How to prevent Sound.load slow down FPS?
Hi!
I have a mp3 player app write by AS3 with main swf load embedded swf that load external sound and playback it with some animations. I've set my app FPS by 60. Everything work well in local (with flash debugger), but problem appear when I host my app on php server. In the first time sound load, FPS slow down (about 20) while sound loading or even sound fully loaded. So, it make animations is very slow. But, when run my app in the next times (refresh browser), it work well because (I think) sound are cached. I try to clear browser cache and run my app, the problem appear again.
How can I fix that? Thank for advance!
