Changeset 1040


Ignore:
Timestamp:
05/17/10 19:52:23 (3 years ago)
Author:
pablo
Message:

Allows controlbar background endcaps to be left unset in the skin XML.

Location:
trunk/fl5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/src/com/longtailvideo/jwplayer/player/PlayerVersion.as

    r1039 r1040  
    33         
    44        public class PlayerVersion { 
    5                 protected static var _version:String = "5.2.1039"; 
     5                protected static var _version:String = "5.2.1040"; 
    66                 
    77                public static function get version():String { 
  • trunk/fl5/src/com/longtailvideo/jwplayer/view/components/ControlbarComponent.as

    r1036 r1040  
    376376                        } 
    377377 
     378                        if (!capLeft) { capLeft = new Sprite(); } 
     379                        if (!capRight) { capRight = new Sprite(); } 
     380                         
    378381                        _buttons['background'] = back; 
    379382                        addChild(back); 
Note: See TracChangeset for help on using the changeset viewer.