Groups | Blog | Home
all groups > flash actionscript > april 2004 >

flash actionscript : Help Please .... Loading Issue !


Stephan_1972
4/8/2004 11:12:18 PM
Implemented a pre-loader to main.swf to call a external.swf , now this works
great using the loadmovie() external.swf , 1.......... the problem I have the
pre-loader is loading the external movie into the main movie OK, but then
loading my next frames page on top of the external .swf or behind the
external.swf ?

hmmm well here is the loadmovie() method , have also called a stop method but
seems to run to the next frame ?
Code:

}

onClipEvent (load) {

p = Math.round((_root.getBytesLoaded()/tkb)*100);

_root.percent = p;

if (p == 100) {

loadMovie ("pine.swf", 1);

stop ();



}
}



Thanks for your help in advance .... cheers

Stephan

creativity06
4/9/2004 12:32:10 AM
You should use goandStop (a certain frame number) to be more specific.

[Q]the problem I have the pre-loader is loading the external movie into the
main movie OK, but then loading my next frames page on top of the external .swf
or behind the external.swf ?[/Q]

That part is confusing. Could you explain maybe a little better.
AddThis Social Bookmark Button