HBCMS更多的中文手册参考:

statics参数属性

DHTML文档教程

Retrieves an object containing the DAStatics class library used with Microsoft® DirectAnimation®.

dhtml语法

XMLN/A
Scripting[ oLibrary = ] anim:DA.statics

DHTML可能的值

oLibraryObjectthat contains the DAStatics functions and properties available through DirectAnimation.

The property is read-only. The property has no default value.

Remarks

The DAStatics class 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>

是否符合公共标准

There is no public standard that applies to this property.

Applies To

anim:DA

更多语法参考

image, sound