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

Revision 1033, 261 bytes checked in by pablo, 3 years ago (diff)
  • Fixes an issue where color settings could incorrectly return 0
  • Fixes swf skin colorization issue in playlist
Line 
1package com.longtailvideo.jwplayer.player {
2       
3       
4        public class PlayerVersion {
5                protected static var _version:String = "5.2.1033";
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.