Posts Tagged ‘macromedia’
Flash Actionscript Preloader
Here is a good & working AS2.0 preloader sample.
Insert the code above into frame 1, add new dynamic text on scene and name its var as “showpercent”, that’s all..
onEnterFrame=function(){
var total:Number=_root.getBytesTotal();
var loaded:Number=_root.getBytesLoaded();
if(loaded==total){
delete onEnterFrame
play();
}else{
var percent:Number=Math.floor((loaded/total)*100);
showpercent.text=percent
}
}
stop();
Create your free flash website online
Have you ever tried to build a flash website? It’s so complicated for beginners and you need years to be good at designing and coding actionscript. Here’s a cool solution to spend the lost years. Wix, which allow you to build a free flash website in a second with usefull interface. Have you still reading?? just click to try..what are you waiting for?



