|
|
The Object tag is Microsoft
Internet Explorer compatible: <object> ... </object>
The Embed tag is Netscape Navigator compatible: <embed> ... </embed>
Both tags are referenced to make all pages containing whip embedded dwf
file windows compatible by both browsers,
The red
items are values that you can change.
The Yellow items are additional parameters that you
can add to the minimum (White)
items.
<object
id="Sample"
classid="clsid:B2BE75F3-9197-11CF-ABF4-08000996E931"
codebase="ftp://ftp.autodesk.com/pub/whip/english/whip.cab#version=4,0,42,95"
width=400
height=300>
<param name="Filename" value="Sample.dwf">
<param
name="View" value="10000+30000+20000+40000">
<param name="NamedView" value="KITCHEN">
<param name="LayersOn" value="PLUMBING,FRAMING">
<param name="LayersOff" value="ELECTRICAL">
<param name="UserInterface" value="on">
<param name="BackColor" value="255">
<embed
name="Sample"
pluginspage="http://www.autodesk.com/products/whip"
width=400
height=300
src="Sample.dwf"
view="10000+30000+20000+40000"
namedview="KITCHEN"
layerson="PLUMBING,FRAMING"
layersoff="ELECTRICAL"
userinterface="on"
backcolor="255">
</object>
|
|
|
|