# How To Load External FLV into Empty MovieClip?

**URL:** https://forum.kirupa.com/t/how-to-load-external-flv-into-empty-movieclip/289266
**Category:** flash
**Created:** [May 28, 2009, 8:02am UTC](https://forum.kirupa.com/t/how-to-load-external-flv-into-empty-movieclip/289266 "2009-05-28T08:02:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ariel\_mirahy](https://avatars.discourse-cdn.com/v4/letter/a/dbc845/32.png) [@ariel\_mirahy](https://forum.kirupa.com/u/ariel_mirahy)
#### Post date: [May 28, 2009, 8:02am UTC](https://forum.kirupa.com/t/how-to-load-external-flv-into-empty-movieclip/289266/1 "2009-05-28T08:02:07Z")

</div>

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!
