home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
i·claim - visualizing argument
/
ICLAIM.ISO
/
mac
/
t_02.swf
/
scripts
/
__Packages
/
mx
/
controls
/
streamingmedia
/
HPlayBarTray.as
< prev
next >
Wrap
Text File
|
2005-02-25
|
354b
|
14 lines
class mx.controls.streamingmedia.HPlayBarTray extends MovieClip
{
function HPlayBarTray()
{
super();
}
function setWidth(aWidth)
{
this._middle._x = this._left._width;
this._middle._width = aWidth - this._left._width - this._right._width;
this._right._x = this._middle._x + this._middle._width;
}
}