Getting (xml) data into a swf file
hi Guys,
I posted here yesterday and thanks for being so nice to me!
My current query is how to get data into a flash file.
I inherited a .swf file and I am in the process of incorporating it into my java web application.
It currently reads in an xml file that sits in the same directory as the .swf file.
The previous programmer saved the xml file after a database query to fill it, and has the same file name each time. I'm thinking that this isn't very scaleable, if more than one person wants to use the application at the same time.
If I was going to add a session id to distunguish files, I'm not sure how I would do it as the Flash file has a hardwired string in it.
var strXML:String = "seq_list.xml";
I considered using FlashVars to load in the xml file but its going to be consistantly over the 64k limit so I'm guessing thats not going to work.
Does anyone have any ideas? Am I missing the big idea? Incidently, I am new to Flash and actionscript3 but willing to learn 🙂
Cheers
Sandy