home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Data 2004 December
/
CD Rom Data Aralık 2004.iso
/
Media
/
Internet
/
Study.exe
/
HTMLBlank
/
flash.swf
/
scripts
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-06
|
286 b
|
11 lines
ld = _root.getBytesLoaded();
tt = _root.getBytesTotal();
procent = int(ld / tt * 100) add "%";
progres = ld add " / " add tt;
loadVariablesNum("flash.txt",0);
if(_framesloaded == _totalframes && _root.enddata == 1)
{
_root.pre.gotoandplay("loading_finished");
stop();
}