I have a small animation that I want music to play at the end of the animation.
I did the mp3player tutorial at gotoandlearn, which uses two external .as files, one just the actionscript and the other a class. The standalone mp3player works great, but I"m having trouble figuring out exactly how to load this all into my animation which is another movie.
I tried by creating a movie clip and then importing the swf, then positioning my movie clip. This loads the graphics from the mp3player, but no function. I do I load the mp3player correctly.