Check the status of dynamiclly loaded mp3

Sorry if it’s around, couldnt find any info to help me on this one

If I am using the code:

myMusic = new Sound(myMusicMc);
myMusic.loadSound(“wink.mp3”, true);

And I want the sound to connect to the _root .swf to
tell it that it’s begun to play so I can start the opening animation…

~ Thanks for any suggestions.