# Check the status of dynamiclly loaded mp3

**URL:** https://forum.kirupa.com/t/check-the-status-of-dynamiclly-loaded-mp3/40855
**Category:** flash
**Created:** [January 22, 2004, 7:31pm UTC](https://forum.kirupa.com/t/check-the-status-of-dynamiclly-loaded-mp3/40855 "2004-01-22T19:31:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Xtreme](https://avatars.discourse-cdn.com/v4/letter/x/f05b48/32.png) [@Xtreme](https://forum.kirupa.com/u/Xtreme)
#### Post date: [January 22, 2004, 7:31pm UTC](https://forum.kirupa.com/t/check-the-status-of-dynamiclly-loaded-mp3/40855/1 "2004-01-22T19:31:36Z")

</div>

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.
