KattyKatty
Programmer
Hello, 
My loading bar show only while I am testing the movie, but it disappear on browser while loading via internet. I use these action script below.Please advise what is wrong to make it disappear? Thank you.
Kathryn
------------------------------
LOADED = Math.round(getBytesLoaded());
TOTAL = 70000;
PERCENT = LOADED/TOTAL;
BAR._width = PERCENT*150;
TEXT = Math.round(PERCENT*100)+"%";
if (LOADED>=TOTAL) {
gotoAndPlay("Scene 2", 1);
}
------------------------------
Note: I use Flash mx 2004
My loading bar show only while I am testing the movie, but it disappear on browser while loading via internet. I use these action script below.Please advise what is wrong to make it disappear? Thank you.
Kathryn
------------------------------
LOADED = Math.round(getBytesLoaded());
TOTAL = 70000;
PERCENT = LOADED/TOTAL;
BAR._width = PERCENT*150;
TEXT = Math.round(PERCENT*100)+"%";
if (LOADED>=TOTAL) {
gotoAndPlay("Scene 2", 1);
}
------------------------------
Note: I use Flash mx 2004