integration with Flash - original content disappears
Posted: 15 Nov 2007, 19:22
i am trying to implement imagevue in i website i am making in flash. However, problems occur when using the loadMovie function. I am fairly new to Flash, so i hope you are patient with me. I ´ve searched forums and search engines all day now.
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:
Any help would be greatly appreciated.
edit: PS. I am testing this locally for now, and don ´t have a external server yet.
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.