I have my page set up with a main.swf which contains an animated menu, top-bar and a blank movie clip named content. This is where i want to load my different pages from the menu. I have put an actionscript on one of the buttons telling it to load imageVue when pressed. imageVue appears in the box, but when it starts playing, everything outside the content_mc disappears.
This is my code for the button:
Code
this.onRelease = function() {
loadMovie("gallery/imagevue.swf", _parent.content);
Any help would be greatly appreciated.
edit: PS. I am testing this locally for now, and don ´t have a external server yet.