PDA

View Full Version : Pass information to XML Panel


joe411
07-22-2009, 09:44 AM
Is there a way to pass information to the xml panel from the jsfl, apart from using an swf?

For example I want to change some text in the panel from the jsfl script. This would be set before the panel is called.

joe411
07-22-2009, 02:20 PM
I found this work-around:
http://www.webdesign.org/web/flash-&-swish/flash-tutorials/communicating-between-actionscript-and-jsfl.8608.html (at the bottom)

You basically use FLfile to write a temporary txt file with the data and then use an swf with loadVariables to pick it up. Bit of a workaround but it works!