Arbortext IsoView > Programmer's Reference > Introduction > Specifying the Class ID or Object Type for Embedding
  
Specifying the Class ID or Object Type for Embedding
When you embed the Arbortext IsoView ActiveX Control in an HTML document, specify the class ID or object type as shown below:
classid="CLSID:865B2280-2B71-11D1-BC01-006097AC382A"
or
type="application/x-isoview"
We strongly recommend use of the <object> tag in Microsoft Internet Explorer. Otherwise, formatting and scaling problems might occur when printing HTML documents with embedded Arbortext IsoView objects.
<object id=”ivx1” classid="CLSID:865B2280-2B71-11D1-BC01-006097AC382A" width="400" height="300">
<param name="src" value="sample.iso">
</object>
or
<object id=”ivx1” type="application/x-isoview" width="400" height="300">
<param name="src" value="sample.iso">
</object>