Autodesk Design Review
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Embed in IE with default zoom to coordinate s
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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-D817F6D575D
<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
Re: Embed in IE with default zoom to coordinate s
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Does anyone have any ideas on how to do this?

