These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2012-01-19 16:38:58

colinod
New Member
Registered: 2006-08-12
Posts: 4

Dynamic XML

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

 

#2 2012-05-10 14:34:39

maccas77
New Member
Registered: 2012-05-10
Posts: 2

Re: Dynamic XML

Same, any ideas?

Offline

 

#3 2012-05-10 17:04:05

maccas77
New Member
Registered: 2012-05-10
Posts: 2

Re: Dynamic XML

OK, tried it on a friends  cs3 and it works on both firefox and IE but not with flash 8 hmm

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson