Ok this is my first time designing a fairly extensive site (more than 3 .swfs). It’s my own site for my portfolio. I have designed it so that it is many .swf files. For example, the home page is one, my portfolio is one and many of the dividing areas my design work are their own .swf. The home page has multiple scenes that are contact, home, resume, ect. I would like to have someone be able to go back to contact me after looking through my portfolio. For example while they are viewing one of my print pieces they can go to my contact information.
Here’s my problem. I have no idea how. I have gotten it to load the movie containg the contact page, but it starts from the beginning and brings up the home page, not the contact page. I have tried naming the frame and using that, but it doesn’t work
on(release) {
loadMovieNum(“flash.swf”, 0);
gotoAndPlay(“contact”);
}
I’ve also tried this, but it does the same thing except instead of going to it in the flash player it opens it up in the browser instead.
on(release) {
loadMovieNum(“flash.swf”, “contact”);
}
Can someone please help me?
Thanks :puzzled: