# Loading external movies/games

**URL:** https://forum.kirupa.com/t/loading-external-movies-games/242983
**Category:** flash
**Created:** [November 1, 2007, 12:36pm UTC](https://forum.kirupa.com/t/loading-external-movies-games/242983 "2007-11-01T12:36:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![stillbeating](https://avatars.discourse-cdn.com/v4/letter/s/c57346/32.png) [@stillbeating](https://forum.kirupa.com/u/stillbeating)
#### Post date: [November 1, 2007, 12:36pm UTC](https://forum.kirupa.com/t/loading-external-movies-games/242983/1 "2007-11-01T12:36:02Z")

</div>

hi everyone!

i want to make a flash site but i’ve run into a few issues,  
i’ve made an empty movie clip called ‘empty’

and a button under it with the code  
on (release) {  
\_root.empty.loadMovie(“example.swf”);  
}

this works fine for movies, but not interactive movies and games, for some reasons i get error after error.  
can anyone help me with this?

thanks.
