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!