this.01.loadMovie("start_01.swf");
or
_root.01.loadMovie("start_01.swf");
but I always get this error:
**Error** Scene=Scene 1, layer=actions, frame=15:Line 1: Syntax error.
this.01.loadMovie("start_01.swf");
Total ActionScript Errors: 1 Reported Errors: 1
allthough I've checked a couple of times I do have an empty movieclip with the instance name "01". can someone help me out?
I'm using the following preloader in my external swfs:
http://www.kirupa.com/developer/mx/percentagepreloader.htm
the preloader pops up but nothing goes on, everything stops and on the main flash file even a few things that faded in before disappear again... when I take out the preloaders from the external swfs it works all fine but I really wanna have them though, help?
EDIT: I tink this...
http://www.kirupa.com/developer/mx2004/transitions2.htm
...tutorial solves my problem... or am I wrong?
thanx a lot!
#If you have any other info about this subject , Please add it free.# |