• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Design Review

    Reply
    New Member
    Posts: 2
    Registered: ‎01-31-2013

    Embed in IE with default zoom to coordinates

    402 Views, 1 Replies
    01-31-2013 06:44 AM

    Hi.

     

    I am trying to embed an office floor plan (dwfx format) into an intranet web page for Internet Explorer.  That bit is simple using the code below.

     

    <object classid="clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF" codebase=http://www.autodesk.com/global/dwfviewer/installer/DwfViewsetup.cab#version=7,0,0,928 height="585" id="floorPlan" width="780">

        <param name="src" value="myplan.dwfx" />

    </object>

     

    This is working fine. However, I would like the floor plan to open zoomed in at specific coodinates. I have the x and y coordinates.  Can anyone tell me what I need add to my code (javascript or html) to achieve this?

     

    Additionally, I do not want the toolbar to show at the top of the floor plan.  Is there any code that can be added to the page to remove this?

     

    Many thanks

    Please use plain text.
    New Member
    Posts: 2
    Registered: ‎01-31-2013

    Re: Embed in IE with default zoom to coordinates

    02-04-2013 03:48 AM in reply to: Typhoon101

    Does anyone have any ideas on how to do this?

    Please use plain text.