# Still trying to control loaded swf

**URL:** https://forum.kirupa.com/t/still-trying-to-control-loaded-swf/171768
**Category:** Uncategorized
**Created:** [December 8, 2005, 1:25am UTC](https://forum.kirupa.com/t/still-trying-to-control-loaded-swf/171768 "2005-12-08T01:25:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jaeger0626](https://avatars.discourse-cdn.com/v4/letter/j/f17d59/32.png) [@jaeger0626](https://forum.kirupa.com/u/jaeger0626)
#### Post date: [December 8, 2005, 1:25am UTC](https://forum.kirupa.com/t/still-trying-to-control-loaded-swf/171768/1 "2005-12-08T01:25:19Z")

</div>

i have two movies (movie0 and movie1):

movie1 has a simple animation and a stop(); in the first frame…  
movie0 has a button that will load movie1 onto a blank Movieclip (named container) or just on level1 and then play the loaded movie… (supposedly) :puzzled:

here are the codes i’ve already tried…  
//----------  
on (release){  
loadMovie(“movie1.swf”,1);  
\_level1.movie1.gotoAndPlay(2);  
}  
//----------  
on (release){  
container.loadMovie(“movie1.swf”);  
container.movie1.gotoAndPlay(2);  
}  
//----------

i’m using mx 2004  
but somehow it doesn’t work… need help… :-/ bad…
