gabstafari
10-11-2006, 01:23 AM
hi guys!!! i'm a newbie here and also a newbie in flash. hehehe
i'm making a movie with a video clip and a preloader.
but the preloader doesn't work properly. it will not show up. it only shows up when it on about 90-100% loading.
here is the code of my preloader, i used a common code for this.
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int(loaded/total*100);
text = percent+"%";
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay(2);
}
}
can anyone help me please? thank you very much.. and this site really rocks!!!
i'm making a movie with a video clip and a preloader.
but the preloader doesn't work properly. it will not show up. it only shows up when it on about 90-100% loading.
here is the code of my preloader, i used a common code for this.
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int(loaded/total*100);
text = percent+"%";
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay(2);
}
}
can anyone help me please? thank you very much.. and this site really rocks!!!