Load SWF data without loading sound, then load sound later

Posted by Jon Sandness on Stack Overflow See other posts from Stack Overflow or by Jon Sandness
Published on 2011-01-02T09:15:52Z Indexed on 2011/01/02 9:53 UTC
Read the original article Hit count: 333

Filed under:
|
|

So, hypothetical situation here:

I have an SWF that's 30MB. Sound files (music) make up 25MB, art and other things make up the remaining 5MB.

Would it be possible for me to load the 5MB of necessary art and other things first to allow the user to operate the app, then after that's all loaded and they are operating the app, load the remaining 25MB of sound files in the background?

UPDATE: Loading SWF externally is not an option.

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about sound