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

Revision 1545, 261 bytes checked in by zach, 2 years ago (diff)
  • Cleaning up API and embedder
  • Combining common Flash and HTML5 embedder code
  • Adding unified button API and dock UI 1048
  • Adding getPlugin 1173
  • Removing div resize monitoring
Line 
1package com.longtailvideo.jwplayer.player {
2       
3       
4        public class PlayerVersion {
5                protected static var _version:String = '5.5.1545';
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.