Only my third code-example points to the whip-viewer plug, and that's most likely wrong. My first and second example may also be wrong, someone know how to get it right?
I have tried these two viewers: Volo View Express 2.01. On this page http://www.autodesk.no/adsk/index/0,,837403-123112,00.html it says: "DWF-Only Version of Volo View Express. Views only DWF files and does not view DWG or DXF files." When I fill out the form and continue, the next page says: "This version should understand DWG, DXFT, and DWF (ePlot and eView) files." What is right? WHIP! 4.0 On this page http://www.autodesk.com/cgi-bin/whipreg.pl it says: "you can view and print AutoCAD drawings without using AutoCAD." On the next page a plug-in is downloaded and I can see a .dwf file in my browser. Still, when I try to execute my code to view drawing1.dwg it won't work. Is my code right, and if it is where can I download a ".dwg-plug-in". regards, Lars "Dave Merritt" <[EMAIL PROTECTED]> skrev i melding news:109DB0BF6260D211A1B30008C7A4AA1B129674A4@;postoffice.arvinmeritor.com... > Lars, > > You say you downloaded the Volo View Express, but your plug-in page points > to the WHIP viewer plug. Regardless, there are two versions of Volo View. > Did you download the DWF version only of Volo View? > > Dave > > -----Original Message----- > From: Lars Espelid [mailto:lars_espelid@;hotmail.com] > Sent: Friday, November 15, 2002 4:09 PM > To: [EMAIL PROTECTED] > Subject: [PHP] How to show autocad (dwf, dwg) files in browser? > > > HI, > > I have downloaded Volo View Express from www.autodesk.com (plugin to > web-browser) and can see the sample autocad-file that is presented on their > site. > > Code ment to display the file drawing1.dwg on my page (none working): > 1) > <img src="drawing1.dwg"> > Displays no image. > > 2) > <OBJECT data="drawing1.dwg" > type="image/vnd.dwg"> > A nice drawing. > </OBJECT> > The only thing I can see is a blue rectangle whith the following error > message inside it: > "Drawing File Format Unrecogr" > > 3) > <object> > <param name="Filename" value="drawing1.dwg"> > <embed name=thanks src="drawing1.dwg" > pluginspage="http://www.autodesk.com/whip"> > </object> > The only thing I can see is a blue rectangle whith the following error > message inside it: > "Drawing File Format Unrecogr" > > I'm running Apache 1.3.26. > > This is what I have written into httpd.conf: > AddType model/vnd.dwf .dwf > #drawing/x-dwf .dwf > AddType image/vnd.dxf .dxf > AddType image/vnd.dwg .dwg > > This is what I have written into mime.types and mime.types.default: > image/vnd.dwg > image/vnd.dxf > > Appreciate any help. Thanks > > > Lars > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php