home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
sky-chopper.swf
/
scripts
/
__Packages
/
mx
/
controls
/
streamingmedia
/
VolumeControl.as
< prev
next >
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
|
2005-09-29
|
327 b
|
19 lines
class mx.controls.streamingmedia.VolumeControl extends MovieClip
{
var _handle;
function VolumeControl()
{
super();
this.init();
}
function init()
{
this.tabEnabled = false;
this.tabChildren = true;
}
function getHandle()
{
return this._handle;
}
}