pgrimpo
04-08-2006, 08:00 PM
I have a flash animation I use on my website which loads an XML file which references a folder of images. The images then dissolve, etc. The problem I'm having is converting this for use in AMS. I have the Flash folder which contains the .SWF, the .XML and the .JPG files. However, I'm not getting the SWF to reference the XML or something. I set up the following:
Flash.SetFlashVariable("Flash1", "FlashVars", "xmlFile=Room211.xml&progressColor=0xfe9901");
As the HTML version looks like this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="183" height="137" id="Room211" align="middle">
<param name="FlashVars" value="xmlFile=/Client_Custom_Apps/Room211/Room211.xml&progressColor=0xfe9901" />
<param name="movie" value="/Client_Custom_Apps/Room211/slideshow.swf" />
<param name="quality" value="best" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#fe9901" />
Do you have any ideas on how I might get this to work properly?
Thanks!
Flash.SetFlashVariable("Flash1", "FlashVars", "xmlFile=Room211.xml&progressColor=0xfe9901");
As the HTML version looks like this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="183" height="137" id="Room211" align="middle">
<param name="FlashVars" value="xmlFile=/Client_Custom_Apps/Room211/Room211.xml&progressColor=0xfe9901" />
<param name="movie" value="/Client_Custom_Apps/Room211/slideshow.swf" />
<param name="quality" value="best" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#fe9901" />
Do you have any ideas on how I might get this to work properly?
Thanks!