Design Review
Welcome to Autodesk’s Design Review Forums. Share your knowledge, ask questions, and explore popular Design Review topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Design Review URL commands

3 REPLIES 3
Reply
Message 1 of 4
willbrew
706 Views, 3 Replies

Design Review URL commands

Hi,

I am looking to have Design Review embedded in to a browser page. Within this scenario I would like to create some URL commands with related javascript calls.

Would anyone be able to advise how I could do the following please:-

1) Embed in to an html page. I am led to believe it has to be Internet Explorer so it can background call the Application.

2) Have about 5 URL commands that could then load different DWF files in to the same embedded view window to replace the currently viewed DWF.

3) A method where I could have a DWF in the embedded viewer, then have some URL links that load additional DWF files in to the display (unline item 4 above). An example would be that I load a nut, then add a washer, then a screw. This ending up with 3 DWF files all combined in the same embedded view.

4) Some methods to control the zoom state and viewer toolbar.

Hope you can help.

Thankyou

Will

3 REPLIES 3
Message 2 of 4
willbrew
in reply to: willbrew

Would like to flip between these 2 files.

Message 3 of 4
willbrew
in reply to: willbrew

 
Message 4 of 4
vgottipa
in reply to: willbrew

The html call is simple. Here is a sample code:

 

<html>
<body leftmargin=0 topmargin=0 scroll=no>
<embed width=100% height=100% fullscreen=yes src="the url of your dwf file">
</body>
</html>

For the other functionality you would have to dig into the API for Design Review.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report