preload everything
preload everything
Out of context: Reply #11
- Started
- Last post
- 17 Responses
- urban100
the one i provided can only be used for swfs and images. for mp3s/wav files you will need to use the loadSound() and onLoad() methods of the Sound object:
http://livedocs.adobe.com/flash/…
loading external XMLs has similar loading methods available, specifically the load() and onLoad() methods:
http://livedocs.adobe.com/flash/…
btw... i'm assuming you're using AS2. AS3 has different methods as things have changed quite a bit.