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

Revision 1267, 261 bytes checked in by pablo, 3 years ago (diff)
  • Addresses a number of "sound" MediaProvider issues, including 928, 976, 982 and 1012. These tickets mostly relate to audio files with no content-length headers, or live audio streams.
  • Fixes issue with HTTP MediaProvider and the "streamer" option (984)
  • Only dispatch "JWPLAYER_MEDIA_LOADED" event for HTTP mediaprovider on item's first load.
  • Fixes issue with start & duration introduced in last check-in
  • More user-friendly error messages for HTTP status errors (1024)
  • Fixes an error with playlist roll-over states
Line 
1package com.longtailvideo.jwplayer.player {
2       
3       
4        public class PlayerVersion {
5                protected static var _version:String = "5.3.1267";
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.