I've got a simple 3 screen flash movie. Each "screen" has frames in the timeline for animation. In the first screen, I need to play an audio file until it's over, then play a video, then another audio file, then stop until the user hits the Next button. On the second 2 screens, I need to play a single audio file and time screen animations to it.

I tried hacking an mp3 player class, but, using the Back and Next button resulted in multiple sounds overlapping.

I tried making a new sound class on each of the beginning frames, but I kept getting errors.

I tried setting the AUDIO_COMPLETE command to play the timeline, but it started double calling itself and I couldn't clear it out...

Anyone have any simple way to manage a few audio calls in a file??

Thanks!