Here is a video interview by Ryan Stewart with Rick Rocheleau on the new features available in Adobe AIR 2.0 beta 2. The new beta is now available in adobe labs.
Thanks Peter Elst for sharing this video on his blog.
My Experiments and Thoughts on the Flash Platform
Here is a video interview by Ryan Stewart with Rick Rocheleau on the new features available in Adobe AIR 2.0 beta 2. The new beta is now available in adobe labs.
Thanks Peter Elst for sharing this video on his blog.
Well, I didnt know that there is no stopAllSounds() in AS3 compared to AS2 world. But ofcourse you need this method most of the time to stop all the sounds playing in a movie irrespective of the source or hierarchy.
The stop all sound functionality exists, but moved to a new safe place, called the ‘SoundMixer’ class. Why in SoundMixer? No idea.
SoundMixer.stopAll()
is going to do the trick for you.
I always used to feel that why playing sound in AS 3.0 is so complicated. You have to use Sound, SoundChannel, and SoundTransform to write a basic Audio Player. At times SoundMixer tooo.