flash + external files
- Started
- Last post
- 2 Responses
- kerus
this is a dumb question but im not a flash expert and im pretty fried today.
im making a flash module for a clients site that plays audio voiceovers set up across different scenes (client made me do it)..
is there a way to set a flash file up so i have the controller as a small file, and then it loads each audio file (mp3) as they are needed / as the corresponding scene is entered?client wants 20 50k files vs. the 1 meg file it is now..
ive read like 20 streaming audio tutorials now and none of them seem to allow 1 by 1 loading
im braindead
- unfittoprint0
I would make an XML file with the sequence and location of each mp3. After parsing the XML file into flash each time the movie started a movieclip [better than using scenes], let's say mc3, it wuld load the corresponding mp3, voice3.mp3 and so on....
you could look into this and tweak it accordingly to you needs.
http://www.kirupa.com/web/xml/ex…
- kerus0
hey that sounds perfect! the client requested it be done in scene so they can edit it after i turn the file over, but screw it!
thanks chief