Whip! HTML options
Other Pages/Files to help You

 

   


If you wish to create your own whip! HTML pages, the following page describes the various options and parameters available to the browser using the whip ActiveX control and Plugin. The tags codebase and Pluginspage locate the control or plugin and download it if your machine doesn't have the correct on. High security settings on your machine may effect the downloading of the plugins.

- Main Menu - Topic Menu - Downloads -

 

   

For a detailed breakdown see

Embed tag and Netscape
-
Object tag and Internet Explorer
-

 
Typical HTML required for creating Whip windows in your web pages
   


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>

 

 

Setup Pages

Introduction to DWF
-

DWF Versatility & Limitations
-
Setting up Autocad for DWF
-
Create your own DWF Drawings
-
Create your own CadViewer HTML Page
-

Create your own Whip! HTML Page
-

View Sample Drawings with CADViewer
-

View Sample Drawings with Whip!
-

Tutorials

Viewing Dwf files Within a Browser
-
Using Dwf files to insert/open Dwg files
-
Lisp Examples
Example of Lisp Html Page (Saveall3.lsp)
-

 
- Top of Page - Main Menu - Topic Menu - Downloads -