Flash MovieClipLoader
- Started
- Last post
- 3 Responses
- Fleaguru
Guys gals, & Machines...
Trying to get my head round the movieClipLoader and listeners, can anyone point me to a tutorial or two to help out? I'm looking at the two on Actionscript.org.
Basically I want to have the dynamic preloader that jumps on the screen and shows a loading bar (or percentage), whenever I load an swf file into the main swf page.
Hope that makes sense!!
Cheers
P
- unfittoprint0
create a function that refreshes an _x variable for your bar.
place it within the mcloader listener and retrieve the loadedBytes/totalBytes.
the object should listen specifically to the onLoad progress event.
- Fleaguru0
Thanks man, I think I'm at that point of resetting the bar. I want load my preloader movie clip and position it as and when it sees something is loading in.
Interesting article, I'm gonna sit down with that - I'm not a programmer, so it takes me longer to digest and understand how it works.
Cheers mate,
Any other articles anyone?
- nRIK0
the inbuilt Help and Actionscript Dictionary are very useful too, and give examples of use