We are going to make a lot of small flash animations with different messages, and put them on a big screen. They will be saved as SWF files.
Is there a framework or anything that enable us to make a easy controller for this, so we can control both a loop, but also play a specific clip when we want?
If you got any Questions or need more infomation, just ask!
Thanks for the help!
I need:
1. To load all SWF’s from a folder.
2. Loop SWF’s
3. Play some SWF’s on demand, and then continue loop
I made a control SWF that included other SWF files from a xml file.
It then detected how many frames the clip was. When it was on the last frame it unloaded the clip and replaced it with the next on the list.