DWF Viewer (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Auto loading Plug-in Latest Version

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
247 Views, 3 Replies

Auto loading Plug-in Latest Version

I have used the following code, unsuccesfully, embedded in an html page to allow a web site visitor to automatically check for the presence of the AE Viewer then download and install it, if needed. I don't remember where I got it, but the codebase looks incomplete. Can anyone troubleshoot it? Thanks in advance

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

Sorry that didn't work, it actually showed the viewer instead of the code I used?

here is what I tried to use (without the carrots)

object classid="clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF" codebase="http://www.autodesk.com/global/expressviewer/installer/ExpressView" width="900" height="450" id="flowchart"
Message 3 of 4
Anonymous
in reply to: Anonymous

The full path in the codebase should
be:



style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Sorry
that didn't work, it actually showed the viewer instead of the code I used?

here is what I tried to use (without the carrots)

object classid="clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF"
codebase="http://www.autodesk.com/global/expressviewer/installer/ExpressView"
width="900" height="450" id="flowchart"

Message 4 of 4
Anonymous
in reply to: Anonymous

The best example of how to do this is on the Autodesk Express Viewer
download page.

If you go to http://www.autodesk.com/expressviewer and then register and
then go to the download page, do a "View Source" in your browser to see the
HTML source code of the download page that includes a CODEBASE parameter.

[Note: if you haven't seen the AEV download page in a few weeks look at it
now: it has changed from being Setup.EXE based to be CAB auto-install
based.]

If you look at the source code on that page you'll see the CODEBASE is set
to:


id=Eview

codeBase=http://www.autodesk.com/global/expressviewer/installer/ExpressViewe
rSetup.cab#version=3,1,0,78
classid=clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF
width=470
height=355>





VALUE="http://www.autodesk.com/global/expressviewer/installer/sample.dwf">

VALUE="?backcolor='12500670'&layersoff='()'&layerson='()'&notify
missingfonts='true'&papervisible='true'&view=''">


-------------------
"mll" <> wrote in message news:f15a745.0@WebX.maYIadrTaRb...
Sorry that didn't work, it actually showed the viewer instead of the code I
used?
here is what I tried to use (without the carrots)
object classid="clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF"
codebase="http://www.autodesk.com/global/expressviewer/installer/ExpressView
" width="900" height="450" id="flowchart"

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

Post to forums  

Autodesk Design & Make Report