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

    Autodesk Design Review

    Reply
    Member
    Posts: 3
    Registered: ‎07-05-2012

    Design Review URL commands

    234 Views, 3 Replies
    07-05-2012 06:41 PM

    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

    Please use plain text.
    Member
    Posts: 3
    Registered: ‎07-05-2012

    Re: Design Review URL commands

    07-06-2012 04:57 AM in reply to: willbrew

    Would like to flip between these 2 files.

    Please use plain text.
    Member
    Posts: 3
    Registered: ‎07-05-2012

    Re: Design Review URL commands

    07-06-2012 05:04 AM in reply to: willbrew
     
    Please use plain text.
    Active Contributor
    vgottipa
    Posts: 31
    Registered: ‎02-10-2011

    Re: Design Review URL commands

    07-06-2012 05:43 AM 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.
    Please use plain text.