I don't really know what is the exact issue, but I find exception handling very useful in AS3.

This should work too:

try
{
        channel.stop(); 
}
catch (err:Error)
{
}

Yotam.

On 12 Aug 2007, at 18:37, Folkert Hielema wrote:

<snip>

SoundChannel: gives playback and level information and an event when
sound playback ends. Contains another method to stop sound, which
DOESN'T work for streamed sound,


You really can do ;) not like channel.stop() but like
if(channel){   channel.stop(); }


--
mvh

Andreas Rønning
Senior Flash developer
-----------------------------
Rayon Visual Concepts

Folkert

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to