home *** CD-ROM | disk | FTP | other *** search
- class mx.controls.streamingmedia.VPlayBarTray extends MovieClip
- {
- var _middle;
- var _top;
- var _bottom;
- function VPlayBarTray()
- {
- super();
- }
- function setHeight(aHeight)
- {
- this._middle._y = this._top._height;
- this._middle._height = aHeight - this._top._height - this._bottom._height;
- this._bottom._y = this._middle._y + this._middle._height;
- }
- }
-