Please help me with this!

hi guys.

well i have a loading that i download of kirupa, work fine but in flash 7 (-) when i open the file in flash 8 and i export the file to swf, Flash 8 CRASH!!

but when i delete the action script in 1 frame, i can export the file to swf, but the loading dont work. :frowning:

there is a problem with this script?

LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED/TOTAL;
BAR._width = PERCENT177.9;
TEXT = Math.round(PERCENT
100)+“%”;
if (LOADED == TOTAL) {
gotoAndPlay(“Scene 1”, 3);
}

can you fixed?
thanks!