# Loading movie with embedded FLV

**URL:** https://forum.kirupa.com/t/loading-movie-with-embedded-flv/166362
**Category:** Uncategorized
**Created:** [October 19, 2005, 10:37am UTC](https://forum.kirupa.com/t/loading-movie-with-embedded-flv/166362 "2005-10-19T10:37:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ezraschreiber](https://avatars.discourse-cdn.com/v4/letter/e/ed8c4c/32.png) [@ezraschreiber](https://forum.kirupa.com/u/ezraschreiber)
#### Post date: [October 19, 2005, 10:37am UTC](https://forum.kirupa.com/t/loading-movie-with-embedded-flv/166362/1 "2005-10-19T10:37:50Z")

</div>

Hello,

I just followed the (spectacular) video tutorials on [gotoandlearn.com](http://gotoandlearn.com) on how to embedd and control flash video. Ok, my video player works perfectly externally…but when I try to load the swf file into an MC inside another movie it wont play anything and the controls do not work. I have tried changing its level but still nada…

the AS I am using is attached to a frame like this:

loadMovie(“video\_interface.swf”, \_root);  
\_root.\_x = 10;  
\_root.\_y = 10;
