Yes, I suppose I should have asked the correct question ;)

Actually my question(s) were/are:

1. Has the ActiveX Xtra been updated (to be more compatible with the Autodesk viewer)? 2. Has the Autodesk viewer been updated (to be more compatible with the MM activeX xtra)? 3. Has anybody found a more elegant way of handling Autodesk files- either by getting the client to provide them to you in a different format, or converting them yourself into said different format, or some other sort of viewer...

Anyway, it seems the activeX webpage embedded will work, but it certainly doesn't sound like the most straight forward method of viewing a very common 3d format.

Stephen

ps. Bertil, how's Evergreen? I miss it... I grew up in Denver and went to school (the first time) in Gunnison.


Bertil Flink wrote the following on 7/14/2005 5:05 PM:

Well, I wrote that back in January.
It's much warmer now, so maybe you should give it another go?

(-;


Seriously, though, has the ActiveX Xtra been updated since January?
Not to my knowledge.



Bertil



----- Original Message ----- From: "Stephen Ingrum" <[EMAIL PROTECTED]> To: "Bertil Flink" <[EMAIL PROTECTED]>; "Lingo programming discussion list" <[email protected]>
Sent: Thursday, July 14, 2005 6:53 PM
Subject: Re: <lingo-l> DWF in Director 2004


Is this still true that the activeX control xtra does is not compatible with the Autodesk DWF viewer?

Stephen

Bertil Flink wrote the following on 1/9/2005 6:08 PM:

If it's any comfort - the same thing happens here.
[DMX/WinXp Pro SP1]

It seems this control isn't compatible with Dir.

Have you thought about embedding the control in a local web page, and use WebXtra to view it?
It works, I just tried it.

Some functions didn't work so well, though (I viewed a 3D model from the sample files, it may work better with 2D drawings).
1. The Home button didn't restore the initial view.
2. The View History didn't work - threw up an error alert.

--

Will the user be able to load images (DWF:s), or is this a fixed setup?

If the user will load images, you can use a template page and insert the required properties.

Here is a sample page with the control embedded, viewing the file, "ArborPress3D.dwf" from the folder "Sample files".


<HTML>
<HEAD>
<TITLE>View DWF</TITLE>
</HEAD>
<BODY>

<OBJECT ID="CExpressViewerControl1" WIDTH=600 HEIGHT=440
CLASSID="CLSID:A662DA7E-CCB7-4743-B71A-D817F6D575DF">
   <PARAM NAME="_cx" VALUE="11906">
   <PARAM NAME="_cy" VALUE="8599">
   <PARAM NAME="BackColor" VALUE="16777215">
   <PARAM NAME="EmbedDoc" VALUE="0">
   <PARAM NAME="Src" VALUE="Sample Files\ArborPress3D.dwf">
   <PARAM NAME="ViewerParams"
VALUE="?camera='(55.131199,-42.745960,64.029099)(5.726478,6.658762,14.624376)(-0.408250,0.408250,0.816500)(34.875446,45.838867)'">
</OBJECT>

</BODY>
</HTML>


The Stage was set to 640x480 with WebXtra covering the Stage.

If you take this path, this free utility may be of help.
Microsoft's ActiveX Control Pad:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dninvbs/html/activexcontrolpad.asp

-----

Hope this sparks some ideas,




Bertil Flink
Creative Media


----- Original Message ----- From: "Ali Aghighi" <[EMAIL PROTECTED]>



Hi
I retry to importing .dwf files to director (MX 2004
10.1) but i have problem. please note i install DWF
Viewer from Autodest.com site also, but i can't import
it with ActiveX, when import autodesk dwf viewer
activex to director, director freezes and I must
endtask it.
please help me about this issue, any assistance would
be much appreciated.

thanks


[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[email protected]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to