# loadMovie & external SWF troubles

**URL:** https://forum.kirupa.com/t/loadmovie-external-swf-troubles/174643
**Category:** Uncategorized
**Created:** [January 7, 2006, 5:31pm UTC](https://forum.kirupa.com/t/loadmovie-external-swf-troubles/174643 "2006-01-07T17:31:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Alinser](https://avatars.discourse-cdn.com/v4/letter/a/8e7dd6/32.png) [@Alinser](https://forum.kirupa.com/u/Alinser)
#### Post date: [January 7, 2006, 5:31pm UTC](https://forum.kirupa.com/t/loadmovie-external-swf-troubles/174643/1 "2006-01-07T17:31:52Z")

</div>

Hello everyone…

I’m having an issues - I went through the forums on this site, especially the “Full Site” forum, and I want to load external SWF’s and it doesn’t seem to be working when I try it on my own. I have a blank movie clip (“container”) on the actions layer at 0,0. I have one button, with the following code:  
on (release) {  
\_\_root.container.loadMovie(“movie.swf”);  
}
