ameneon
11-15-2007, 09:49 PM
Hi.
I am fairly new to Flash, and building a webpage where i am trying to integrate the imageVue-gallery (www.imagevuex.com) in my design.
What iīve done so far is make a .swf which is the main graphics of my page. It has the menu and the top-bar and a movie clip in the center of the stage which i will use to load my gallery and other content.
I have named this movie clip "content".
The menu and everything works almost as it should, but when i use one of the buttons in the menu to load the imagevue.swf onto the content mc, the rest of my site disappears.
This is the AS-code from the button:
this.onRelease = function() {
loadMovie("gallery/imagevue.swf", _parent.content);
I havenīt got any webspace yet to test my site, so i have no way off showing you what i mean. Iīm testing locally for now.
Appreciate any help on this! :)
I am fairly new to Flash, and building a webpage where i am trying to integrate the imageVue-gallery (www.imagevuex.com) in my design.
What iīve done so far is make a .swf which is the main graphics of my page. It has the menu and the top-bar and a movie clip in the center of the stage which i will use to load my gallery and other content.
I have named this movie clip "content".
The menu and everything works almost as it should, but when i use one of the buttons in the menu to load the imagevue.swf onto the content mc, the rest of my site disappears.
This is the AS-code from the button:
this.onRelease = function() {
loadMovie("gallery/imagevue.swf", _parent.content);
I havenīt got any webspace yet to test my site, so i have no way off showing you what i mean. Iīm testing locally for now.
Appreciate any help on this! :)