action - Recyclable Sound Object in Actionscript 3? -


By using a sound () object in ActionScript 3, how can I play an MP3 and then when a user chooses one another

Edit: See my answer how I did it.

You can not use the same sound object to play.

Once called the load () to the voice object, you can add a different sound file later in that sound object Can not load To load a different sound file, create a new voice object.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -