WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Flash Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Flash Discussion Forum Flash design presents a limitless number of possibilities for your sites and designs. Discuss your Flash ideas, questions and issues here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-09-2007, 03:49 PM
hamlett22 hamlett22 is offline
WebProWorld New Member
 

Join Date: Mar 2007
Posts: 1
hamlett22 RepRank 0
Default Flash load unload movie into main movie specific frame

Hi all,

From main movie I call a 2nd movie to appear over the main movie using

_root.createEmptyMovieClip("myMovie",2);
_root.myMovie.loadMovie("mak_comp_esy.swf");
_root.myMovie._x = 125;
_root.myMovie._y = 200;

all good and working.

Below I need help...

Now, from a link in the 2nd movie, I want to close the 2nd movie and go back to the first movie advancing the first movie to another page (frame).

from...

_root.link = 1;

to...

_root.link = 7;

the main first movie is in frame (page) 1 (_root.link = 1;) when the second movie is called. When the second movie closes I want to go to frame(page) 7 (_root.link = 7;) in the first main movie.

suggestions appreciated.

hamlett22
Reply With Quote
  #2 (permalink)  
Old 03-10-2007, 10:14 AM
joshjones joshjones is offline
WebProWorld Member
 

Join Date: Sep 2006
Posts: 29
joshjones RepRank 0
Default

how about just controlling the main timeline via the last frame on each movie... so on the last frame of movie 2:

_root.gotoAndStop(7);

or at the end of movie 1:

_root.gotoAndStop(1);
__________________
____________________________
"surfing isn't just about riding down a wave, but the experience, motion, aesthetics, views, sounds, and sensations."
Level Four Storefront
Reply With Quote
Reply

  WebProWorld > Site Design > Flash Discussion Forum
Tags: flash, frame, load, main, movie, specific, unload



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Search Engine Friendly URLs by vBSEO 3.0.0