home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
i·claim - visualizing argument
/
ICLAIM.ISO
/
mac
/
t_02.swf
/
scripts
/
__Packages
/
mx
/
controls
/
streamingmedia
/
VolumeControl.as
< prev
next >
Wrap
Text File
|
2005-02-25
|
310b
|
18 lines
class mx.controls.streamingmedia.VolumeControl extends MovieClip
{
function VolumeControl()
{
super();
this.init();
}
function init()
{
this.tabEnabled = false;
this.tabChildren = true;
}
function getHandle()
{
return this._handle;
}
}