…thank you all so much, those of you who have helped me to this point.
this has gotta be the most frustrating project ever.
it just does not want to be made…
okay.
so i figured out what i was doing wrong with the external swf linking.
finally fixed that.
then realized i needed to include transitions…
fixed THAt…
just to find that the preloader didnt work anymore…
then fixed THAT.
NOW. yet ANOTHER problem arises…
I am trying to get an external swf (main.swf) to play automatically upon
loading of the entire movie (index.swf)
now i have this code in frame one of index.fla:
"
_root.currMovie = “main”;
container.loadMovie(_root.currMovie+".swf");
"
okay.
so main.swf plays…
but it gets…stuck.
it loads forever.
and the load percentage shows “0…”
i have NO clue what’s going on…
anyone ever have this problem?
screenshots:
it runs fine when play main.swf on its own:
http://www.geocities.com/l1l_f00/should.jpg
but it gets all wierd when i try to play it through index.swf:
http://www.geocities.com/l1l_f00/is.jpg
…someone tell me what’s going on…please? :}