These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
I have a flash file that is assigned the xml document dynamically with the following
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="570" height="445">
<param name="movie" value="../flash/movieplayer.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="flashvars" value="xmlfile=../xml/degas.xml" />
<embed FlashVars="xmlFile=../xml/degas.xml" src="../flash/movieplayer.swf" quality="high" wmode="opaque" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="570" height="440"></embed>
</object>
I have action script as follows
movies.xmlFilePath=_root.xmlfile;
this all works fine in internet explorer but i cant get it to work in chrome or firefox, and have not yet tries safari
Has anyone got any ideas?
page can be found at
http://www.yaketyyak.co.uk/pages/boys2z … cetype=All
thanks
Offline
Same, any ideas?
Offline
OK, tried it on a friends cs3 and it works on both firefox and IE but not with flash 8 ![]()
Offline