How To Load External FLV into Empty MovieClip?

Hi,

In AS2 I would normally create an empty MovieClip, give it an instance name and then in the actions I would make the linkage with emptyMC_mc.loadMovieClip(“intro.flv”);

In AS3 I’m breaking out to figure this out…, I’m making a game and I want the first frame to load an external FLV, then when the FLV is over, go to frame 2 and load another external FLV and then when this second FLV is over, go to frame number 3…

Any ideas on how to do that?

THANKS!