Dan,

Good idea, but, it does need to be "instant." What it's for is a presentation where the flv animations and the mp3 files need to be individually updateable by the client.

As the flv plays, the mp3 needs to "keep up" with the animation as it describes what is happening.

What I was planning to do was to put cue points in the flv (or just grab the playheadTime), and then grab cue times for the mp3 (from the db) and pause whichever one hits the time first (usually the end of a paragraph) and then start playing both again when the second one hits. What do you think?

I'm thinking that should work, I was just wondering if there was another method I wasn't aware of...

Thanks!!