PPT_LOGO_4b
‹#›
控件嵌入网页
§Object ID 可以是Lite/Full/Built-in/Redistributable/Integrated 控件
§每种控件在不同的版本中ID不同
§CODEBASE
§Lite: nw_ax_lite.cab
§Full: NavisworksFullActiveXSetup.exe
§Redistributable: Navisworks ActiveX Redistributable Setup.exe
§Built-in, Integrated:  不需要。随产品安装
§SRC(文件源):可以是绝对路径,相对路径,UNC路径
 <HTML>
<OBJECT ID="NWControl01" CLASSID/>
CODEBASE="C:\Program Files\Autodesk\Navisworks Manage 2009\API\COM\bin\nw_ax_lite.cab">
    <PARAM NAME="_cx" VALUE="14000">
    <PARAM NAME="_cy" VALUE="12000">
    <PARAM NAME="SRC" VALUE="C:\gatehouse.nwd">
</OBJECT>
<</HTML>
This control is supplied in a self-installing .cab file (nw_ax.cab) and in a Windows Installer merge module (NavisWorksActiveX.msm). Presenter material (texture) display is not supported. Only NavisWorks files may be opened. Multiple instances of the control may be used within the same process. The control is intended to be thread safe.