home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
i·claim - visualizing argument
/
ICLAIM.ISO
/
pc
/
gloss.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-02-26
|
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;
}
}