Hi,
I wondered if there is a way to find out from the soundChannel the url of the sound it is currently playing.

Once I found out its url, i can than use its name to call something else.

Or anyway to find out the sound that is playing on a soundChannel.

I will know which channel to look into, but different sound will be loaded into this soundChannel....

If this is not possible, i thinking along the line of overloading SoundChannel play method so that is fires an event when the sondchannel plays and also find out the name of the sound file it is currently playing...

thanks!