Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loadmovie question

Status
Not open for further replies.

4735487

Programmer
Mar 15, 2007
8
TH
Hello there i dont know if this is a stupid question but i new to flash
well the thing is im doing an intro for a website and im loading another movie to my movie and what i want is when the loaded movie finish to go to the main page automatically
my code is

createEmptyMovieClip("holder",1);
holder.loadMovie("worldmap.swf");
holder._x = 200;
holder._y = 100;

i tried to create a new frame and put
geturl("index.html","_self");

but didnt work any ideas thanks in advance
btw im using Flash 8
 
what i think is going on is that its bypassing the code in the other frame. LoadMovie is terrible this wat. what you can do is place a

trace('at second frame');

in the second frame and see if comes out before your loaded movie ends. then you can see if thats the problem (your scripts finishing before the clip ends)
 
i did that already but its openning like 40 browsers
 
its a movie that gets its effects from a text file
i put the code in the loaded movie it worked but not when the movie finished it gets url in the middle of the movie
 
hi im new to flash & i hav made a full flash website,it has a big photo galery so i load it externaly but the problem is whn i load "gallery page" externaly, whn someone is in gallery whn he wants go back to my "home page" its loading from the begining so i want to kno is thre any way dat whn im in galery movie how to load my "home movie" from the middle of dat witout loading it frm da begining again.
it says underconstruction but u can view it by clicking "praveen wellala"
pls help me soon its urgent
thank you
 
this is the link with the fla file
sorry it took me long but had some things to do
thanks oldnewbie
 
well it didnt work its ok man forget about thanks a lot
appreciate ur time
peace
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top