This content has been marked as final.
Show 2 replies
-
1. Re: Prevent sound from starting before visuals when launching app?
Eddy.Li Dec 9, 2012 10:50 AM (in response to xTLS)If you add things to a displayList by code, maybe you can try listening for Event.ADDED on the displayObjects being added. And after everything you need is loaded, load the sound effect. Not sure if this works for you though. Hope it helps
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/Event.html #ADDED
-
2. Re: Prevent sound from starting before visuals when launching app?
xTLS Dec 10, 2012 10:01 PM (in response to Eddy.Li)As I said, we already tried the ADDED_TO_STAGE event and it didn't work. I hadn't tried just ADDED, but I tried it now and it also doesn't work. Thanks for the suggestion though.

