Nicely commented, easy setup.
Posted 11 months ago
Lovly looking pre-loader. Exactly what i was aiming to make myself, you just saved me some time! Thanks!
Posted 11 months ago
hey buddy,
how can I shorten the fading time after prelaoding the data? means: after I prelaoded it takes a while till the content smotthes in. how can I shorten this smooth time from the finished preloader to the content? know what I mean?
pleeze write me your answer in an email, I need the answer for my work!
thank you and ceers!
Posted 10 months ago
// Function for fading out objects
function fadeOut(){
// Reduce opacity
this._alpha-=5;
// Check to see if the clip has been faded out all the way, if so remove the script
if(this._alpha<=0){
// Set opacity all the way down
this._alpha=0;
// Kill the enterframe script
this.onEnterFrame=null;
// Set the visible to false
this._visible=false;
}
}
If you change this._alpha-=5; to this._alpha-=10; it would fade out twice as fast.
Posted 10 months ago
Newbie here…
I have an existing .fla, .flv, .swf file and it needs a preloader. This one looks great, and works fine, but how do I use it? Do I push all existing frames over by one and copy this movie into frame one? I was hoping to get a swf file that I could simply load the existing file into??
Slightly confused – would appreciate any feedback. Thanks.
Posted 9 months ago
“Do I push all existing frames over by one and copy this movie into frame one?”
That will work just fine.
Posted 9 months ago
Yeah, it’s pretty easy, you can adjust it in your filters panel if you have Flash 8 or above, if not, use the advanced properties panel.
Posted 9 months ago
this doesn’t work in the latest flash???? why don’t you state that ….i mean i know its just 3 bucks but this is the 2nd one this happened to me on!
Posted 7 months ago
What do you mean? This file will work in Flash 8 or Flash 9. I’m not understanding your problem.
Posted 7 months ago
Is it possible to have this load an external .swf file. How would I go about doing that?
Posted 5 months ago