source: trunk/fl5/src/com/longtailvideo/jwplayer/player/PlayerVersion.as @ 1059

Revision 1059, 261 bytes checked in by pablo, 3 years ago (diff)
  • Any transparent areas in the controlbar and playlist will shine through to the Flash stage (945)
  • Adds controlbar backgroundcolor setting
  • If no screencolor or display.backgroundcolor is set, the display background will be the Flash stage background color
Line 
1package com.longtailvideo.jwplayer.player {
2       
3       
4        public class PlayerVersion {
5                protected static var _version:String = "5.2.1059";
6               
7                public static function get version():String {
8                        return _version;
9                }
10               
11                public static var id:String = "";
12        }
13}
Note: See TracBrowser for help on using the repository browser.