home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 14
/
OneClick14.iso
/
Curso
/
Aula2.swf
/
scripts
/
frame_5
/
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
|
2004-08-03
|
160 b
|
7 lines
stop();
mySound.stop();
mySound = null;
mySound = new Sound();
mySound.loadSound("\\audio\\aula2\\" + this._currentframe + ".mp3",true);
mySound.start();