See this
Some samples an tutorials :)
http://actionscript.org/tu
http://actionscript.org/tu
http://actionscript.org/tu
http://actionscript.org/tu
FLAASHER
Main Topics
Browse All Topicscalling all flash expert... i'm a total newbie to flash...
how do i do the "loading..." part of a flash so that it wait for all the frames and scenes to load before it plays? step by step how to achieve this with a simple animation will be very helpful. including how to include the script and what script to include.
please as soon as possible..
thanks for advanced
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
See this
Some samples an tutorials :)
http://actionscript.org/tu
http://actionscript.org/tu
http://actionscript.org/tu
http://actionscript.org/tu
FLAASHER
Here is an example of movieclip loader:
var myLoader = new MovieClipLoader();
myListener = new Object();
myListener.onLoadStart = function(loader) {
dep = _level0.getNextHighestDept
if(_level0.loaderloaded==f
_level0.attachMovie("loade
//name it 'loader' and set its linkage to export for action script
_level0.loader._x = 350;//position it
_level0.loader._y = 234;
_level0.loader._xscale = 40;//size it
_level0.loader._yscale = 40;
_level0.loaderloaded=true;
}
};
myListener.onLoadComplete = function() {
loader.removeMovieClip();/
_level0.loaderloaded=false
};
myListener.onLoadInit=func
_level1._x = 200;
_level1._y = 75;
_level1._xscale = 80;
_level1._yscale = 80;
}
myLoader.addListener(myLis
myLoader.loadClip("myMovie
Billystyx
Business Accounts
Answer for Membership
by: CyanBluePosted on 2005-04-22 at 21:52:40ID: 13848553
Howdy... :)
loper/mx/p ercentagep reloader.h tm
This one looks pretty good... :)
http://www.kirupa.com/deve
The search term would be 'preloader' if you wants to see more... I am sure that's one of the top 10 question in Flash...