PDA

View Full Version : Import flash (.swf) file with data


opiumblue
03-12-2007, 04:48 AM
hi guys...

i have one flash file, and this read data from a .xml file. My question is, when a try to include the flash file in .lzx he's dosen't read the xml data...

i try to include flash with this code:

<view name="banner" resource="banner.swf" oninit="this.play()"/>

anyone have any ideia????

jug
03-12-2007, 05:56 AM
Hi,

I remember reading somewhere in the documentation that the only action script commande allowed in imported Flash was : "stop()"... For sure not enough to read a XML!

You maybe should check it again in the documentation. But it could be an answer to your pb.


Bye,