home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Organic Chemistry (8th Edition)
/
Image.iso
/
pc
/
organic
/
media
/
content
/
book_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-05-14
|
204 b
|
14 lines
stop();
this.onEnterFrame = function()
{
if(getBytesLoaded() == getBytesTotal())
{
play();
delete this.onEnterFrame;
}
else
{
aaa = getBytesLoaded();
}
};