Dreamweaver not dtetecting Pano2VR Flash Version

Q&A about the latest versions
Post Reply
User avatar
arampan
Posts: 25
Joined: Sat Dec 02, 2006 1:21 pm

I recently noticed that flash files created with the latest Pano2VR is not being properly dectected by dreamweaver CS4.
I only noticed this lately so I'm not sure when this started.
Seems Dreamweaver detects the minimum requirements of flash as "6.0.65.0" instead of "9.0.45.0"

When I insert an older file created by a previous version of Pano2VR, Dreamweaver Generates this code:

<param name="movie" value="XYZ.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<param name="expressinstall" value="../../Scripts/expressInstall.swf" />

When I insert a new file created by the latest version of Pano2VR, Dreamweaver generates this code:
<param name="movie" value="ABC.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<param name="expressinstall" value="../../Scripts/expressInstall.swf" />
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

Maybe Dreamweaver doesn't know about Flash 10?
MfG, Thomas
User avatar
arampan
Posts: 25
Joined: Sat Dec 02, 2006 1:21 pm

thomas wrote:Maybe Dreamweaver doesn't know about Flash 10?
You are absolutely RIGHT . . .

I created a Flash 10 file using Flash CS4, then embedded it using Dreamweaver CS4 and the result was that Dreamweaver CS4 is unable to detect a Flash 10 file created even by Flash (Which is part of my CS4 Master Collection)

That's kinda dumb... :lol:
Post Reply