Ok Here it is folks.

I have a movie (main.swf) that has an empty MC (holder), I am loading a swf that contains 2 mins of streaming audio into the MC

loadMovie ("sound1.swf", "holder");

Now comes the tricky stuff.

How do I control playback of the audio. I need to play the audio on a timed setting i.e If i set the timer to every tenth of a second then every tenth of a second it will advance the swf in "holder" to the next frame.

Any ideas??????