Retrieves an object containing the DAStatics class library used with Microsoft® DirectAnimation®.
Syntax
Scripting [ oLibrary = ] object.statics
Possible Values
oLibrary Object that contains the DAStatics functions and properties available through DirectAnimation. The property is read-only with no default value.
Remarks
The DAStatics library is associated with meter construction mode. For more information, see the MeterLibrary documentation.
You must assign a scripting variable to the value of this property to allow access to all DirectAnimation functions and properties, as shown in the following example:
<anim:DA ID="da1"/> . . . <SCRIPT> m = da1.statics; var x = m.property </SCRIPT>
Applies To
anim
See Also
Multimedia Extensions to HTML+TIME, image, sound