I posted a thread a while ago and got alot of good hits how to solve this but I must be dense or something ´cause everybody except me gets it.
I can´t get the preloader to work on the swf:s that are loaded into my MC called holder. The loadbar won´t work and the textbox that shows the procentige loaded don´t work?
I´m givin´up. My last hope is that some of you kind souls out there might pity me and do this for me and maybe then I would get it ( and then maybe not ). Yes I´m beggin´you to do the work for me bowing head in all humbleness.
I´m attaching the fla that I´ve been working with as a start swf to load my swf:s into and please please help me or I have to use an preloader in all my swf:s and that is no fun when I now it is doable in a much more cleverer way.
Ok, lots of ppl have been asking for this. Ive tried something here, can u check if it works?
I used 3 exteernal swf’s, 1 preloader and 1 transition movie.
How do you get the “main movie” to stop and wait for the swf to be loaded into the MC and then when fully loaded continue to play. That is how you did it or?
Let me try to explain it… i have a main mc and 3 external mcs.
On my main stage i have a transition mc which includes the loading animation and a content mc, where the external mcs will be loaded into. Whenever i click a button, i assign a value to a variable(so the preloader can actually know which file im trying to load), start the transition sequence and let the preloader do his job. Thats the idea ive been working on.
Id like more ppl to test it, if it really works, ill improve it and post the fla here
Ok now all of a sudden I get it and that´s almost the same as I done it assigning values to variables and that´s what dicides what movie is loaded into the MC. My problem is that I can´t get the preloader to respond to the loading swf in my MC?
Yes, dat is kinda tricky… check my file, maybe it will help you.
=)
If any1 wants to test it for me, heres the link http://www.geocities.com/claudiodj. You can also download the file there. Any feedbackl will be apreciated.
Aha I see you put the action for the preloader in the MC. I haven´t tried that maybe that will do it! I´ll have to sleep now zzzzzzz but will get right to that in the morning when I wake up
Nope didn´t get it to work so I´m using a lame _root.gotoAndPlay (); statment in my loaded swf:s instead and a boring static preloader in my main movie. Thanks for you help Claudio maybe in a couple of years I may understand this but now it escapes me.
I understand your code but my fla is built in another way and I think it will be to much work to redo it to be the same as yours. I´ll attach the fla incase you feel like taking a look at it.
In the loaded swf:s I just put
[AS]_root.gotoAndPlay (“out”);[/AS]
To make the main move move on when the swf is fully loaded.