# Doubt about loading an external SWF

**URL:** https://forum.kirupa.com/t/doubt-about-loading-an-external-swf/244959
**Category:** Uncategorized
**Created:** [November 24, 2007, 2:25am UTC](https://forum.kirupa.com/t/doubt-about-loading-an-external-swf/244959 "2007-11-24T02:25:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![baalthazar](https://avatars.discourse-cdn.com/v4/letter/b/4af34b/32.png) [@baalthazar](https://forum.kirupa.com/u/baalthazar)
#### Post date: [November 24, 2007, 2:25am UTC](https://forum.kirupa.com/t/doubt-about-loading-an-external-swf/244959/1 "2007-11-24T02:25:26Z")

</div>

greetings…  
i have this weird doubt.  
i am making a website that has all the buttons scattered around because its like a pict of a park. and i am using this script to load an external SWF to an empty MC

```auto
_root.contents.loadMovie("noticias.swf");

```

but the doubt is, if this MC is on a layer on top of all the layers, when it uploads the swf i can still click the buttons on the backround, is there a way to avoid this?  
is there some sort of property that makes the buttons unavaible? or is there a better way to desactivate the other buttons?
