home *** CD-ROM | disk | FTP | other *** search
/ ftp.novell.com / 2014.06.ftp.novell.com.tar / ftp.novell.com / forge / camtasia.msi / Cabs.w1.cab / camtasia_player_ext.swf9 / scripts / __Packages / com / techsmith / ui / OneStateButton.as < prev    next >
Text File  |  2009-08-17  |  509b  |  18 lines

  1. class com.techsmith.ui.OneStateButton extends com.techsmith.ui.ButtonBase
  2. {
  3.    function OneStateButton()
  4.    {
  5.       super();
  6.    }
  7.    static function create(container, name, depth, init)
  8.    {
  9.       Object.registerClass("OneStateButton",com.techsmith.ui.OneStateButton);
  10.       var _loc6_ = container.attachMovie("OneStateButton",name,depth,init);
  11.       return com.techsmith.ui.OneStateButton(_loc6_);
  12.    }
  13.    function init(id)
  14.    {
  15.       this.graphic = this.attachMovie(id,"graphic",3);
  16.    }
  17. }
  18.