# Quick Question

**URL:** https://forum.kirupa.com/t/quick-question/160558
**Category:** Uncategorized
**Created:** [August 26, 2005, 9:15pm UTC](https://forum.kirupa.com/t/quick-question/160558 "2005-08-26T21:15:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Theros](https://avatars.discourse-cdn.com/v4/letter/t/e5b9ba/32.png) [@Theros](https://forum.kirupa.com/u/Theros)
#### Post date: [August 26, 2005, 9:15pm UTC](https://forum.kirupa.com/t/quick-question/160558/1 "2005-08-26T21:15:08Z")

</div>

In my current flash website the content is loaded up externally, so when i went to add in a extra box thing that would extend if clicked I ran into some trouble. The externaly .swfs overlapped the MC, is there anyway to make it so that the box overlaps the .swfs? If not, I was trying to load the box with this code

> 

onEnterFrame = function() {  
loadMovieNum(“news.swf”, “3”);  
}

It doesn’t give me an error but it doesnt actually show up? Im a newbie when it comes to AS so please help!
