PDA

View Full Version : Loading SWFs dynamically with xml



rkalexander
May 5th, 2007, 02:59 PM
I have a series of swf files that I want to play in a container swf.

Want to be able to change the order they play.
Want them to continue at the 1st file after the last has played.
Want them to have a random option as well.
If there is only 1 movie it will just loop.

I want to control it all dynamically with an external xml file.

Any suggestions on how to start, tutorials, scripts?