statics Property

DHTML, HTML, & CSS

statics Property


Retrieves an object containing the dastaticsInternet Link Non-MSDN link 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 meterlibraryInternet Link Non-MSDN link 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

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
Version data is listed when the mouse hovers over a link, or the link has focus.
anim

See Also

multimedia extensions to html+timeInternet Link, image, sound

Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.