home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sony Picture Package
/
PICTUREPACKAGE.ISO
/
Cyber
/
en
/
opening.swf
/
scripts
/
frame_141
/
DoAction.as
Wrap
Text File
|
2004-01-13
|
241b
|
11 lines
bgmSnd.loadSound("snd/bgm_0.mp3",false);
this.onEnterFrame = function()
{
if(bgmSnd.getBytesLoaded() >= bgmSnd.getBytesTotal())
{
bgmSnd.setVolume(40);
bgmSnd.start(0,999);
this.onEnterFrame = null;
}
};