View DWF files using Mozilla Firefox.

Getting Started

To take advantage of the Firefox® add-on, start by downloading the ADRFFInstaller.msi installer file. Note that the proper embedding code must be included in the DWF™ file web pages for the Firefox add-on to be recognized.

You can now prepare to embed DWF files in your Firefox web pages. Note that file names in URLs are case sensitive.

To embed a DWF or DWFx file in an HTML page to be viewed in Firefox:

  • 1. Create or obtain the DWF file that you want to embed.
  • 2. Copy the DWF file to desired location.
  • 3. Create an HTML file.
  • 4. Copy and paste one of the following three code lines into your HTML file between the <BODY> and </BODY>

    <OBJECT ID="ADR" TYPE="application/x-Autodesk-DWF" WIDTH="600" HEIGHT="450"> tags:
    <PARAM NAME="dwffilename" VALUE="http://[[ServerPath]]"/>
    <OBJECT>

    <OBJECT ID="ADR" TYPE="application/x-Autodesk-DWF" WIDTH="600" HEIGHT="450">
    <PARAM NAME="dwffilename" VALUE=http://labs.blogs.com/articles/Playmobile.dwf/>
    </OBJECT>

    <OBJECT ID="ADR" TYPE="application/x-Autodesk-DWF" WIDTH="600" HEIGHT="450">
    <PARAM NAME="dwffilename" VALUE="c:\dwfs\myfile.dwf"/>
    </OBJECT>

  • 5. Open the HTML file in Firefox to ensure the DWF file can be viewed by visitors to your web page.