View Full Version : unloadMovieNum
ahaab
September 2nd, 2003, 10:23 AM
hello there!
thanks for helping hand...
In triing to discover if you can program button whit as to:
unload swf placed level 0 and load another one but jumping to secondary scene.
please miracle needed... site navigation dependent...
thanks
Ahaab..Portugal:)
Voetsjoeba
September 2nd, 2003, 10:56 AM
unloadMovie(0);
loadMovieNum("othermovie.swf", 0);
gotoAndPlay("scene2",1);
rolando.lopez
September 2nd, 2003, 12:42 PM
There's no need to unload level 0 just to load it again. When you load a movie into a level that already has a movie it is "pushed" out and replaced by that new movie.
Voetsjoeba
September 2nd, 2003, 12:53 PM
I know, it's just to show it can be used.
ahaab
September 2nd, 2003, 01:06 PM
am i to understand that if you load amovie to te 0 level
it replaces te main siting on and if you unload it the main is still there.
you got me confused.
i believed that the main was discarded and you had to load it again
a i wright:azn:
or am i wrong:block:
advice on loading the movies form level1 to n (thei stay on cache)
and no need to load again.
or: chgoose a circular navigatio that loads and unloads the swf's to the same level.
thanks for great helpping spirit.
Ahaab
Voetsjoeba
September 2nd, 2003, 01:13 PM
Loading a movie to level 0 places it on level0 (which is _root), so it will replace everything on stage. If you load another movie to _level0, the one that's currently in it will be kicked out and the new one will be loaded. unloadMovie only kicks it out, it doesn't load another. But since you unload _level0, everything disapears.
advice on loading the movies form level1 to n (thei stay on cache)
and no need to load again.
or: chgoose a circular navigatio that loads and unloads the swf's to the same level.
thanks for great helpping spirit.
Wowow, slow down. What ?
ahaab
September 2nd, 2003, 01:32 PM
you jus confirmed a almost centaity i had...thanks.
the question is i have several external swf files for a furniture maker(kind of gallery)that the user is suposed to load.
do you advice on a unloadMovieNum/loadMovieNum navigation
when possible i will uploadit for you to have a pre-view
sorry for confusion as is not my speciality...
:sure:
Voetsjoeba
September 2nd, 2003, 02:23 PM
Err ... I don't get what you are asking :P
ahaab
September 3rd, 2003, 04:53 AM
if you want i send you fla example for you to see. they are too big about 220K to upload.
what i am trying to do here is setting up a circular kind of navigation. i will post drawn sceme
greetings... ahaab.
ahaab
September 3rd, 2003, 05:15 AM
here goes a drawing of a navigation sceme.
minding the sise of the files, you consider to be best to tell buttons to load or unload each one at a time or load them to diferent levels.
clear now
:whistle:
thanks...Ahaab
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.