Hallo!
How can I make a sound preload that, when it completes the preloading, the music begins to play immediatly?
Thanks!!
Printable View
Hallo!
How can I make a sound preload that, when it completes the preloading, the music begins to play immediatly?
Thanks!!
Same way to do movies. Use
code:
Sound.getBytesLoaded()
//and
Sound.getBytesTotal()
Among other code :)
You can use loadSound() but there is a bug in Flash Player 6 so it won't work that way. Are you using 6 or 5 or...?
Hi there! Thanks for replying!
I´m using flasx mx.
I followed this tutorial: http://www.flashkit.com/tutorials/Au...824/more20.php
But the music won't start when the preload ends... only if u click the button again...
Thanks again!