# Loading External movie

**URL:** https://forum.kirupa.com/t/loading-external-movie/232306
**Category:** flash
**Created:** [July 12, 2007, 4:24pm UTC](https://forum.kirupa.com/t/loading-external-movie/232306 "2007-07-12T16:24:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![3dtoon](https://avatars.discourse-cdn.com/v4/letter/3/ec9cab/32.png) [@3dtoon](https://forum.kirupa.com/u/3dtoon)
#### Post date: [July 12, 2007, 4:24pm UTC](https://forum.kirupa.com/t/loading-external-movie/232306/1 "2007-07-12T16:24:21Z")

</div>

Hi I’m trying to figure out how can I fix this problem:

I have a button in my main movie scene that I have this action:  
on (release) {  
loadMovieNum(“scroll.swf”, 2);

The scroll.swf file fills up the whole screen, but when I roll over the scroll.swf I can click and select the other buttons that I have in my main movie scene.

How can I avoid selecting the other buttons in my main movie scene ones I load an external swf movie to a Level?
