The FlashChemist!

My Experiments and Thoughts on the Flash Platform

New Print Features in Adobe AIR 2.0 beta 2

leave a comment

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.

Written by Vipin

February 28th, 2010 at 6:31 am

Posted in AIR

Tagged with

Stop All Sounds playing in a Flash Movie

one comment

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.

Written by Vipin

February 28th, 2010 at 5:18 am

Posted in Flash

Tagged with