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

Revision 1250, 261 bytes checked in by pablo, 3 years ago (diff)

Some MediaProvider stability bug fixes:

  • Pause / resume can circumvent buffering state (879)
  • RTMP fails to report position correctly if item.start > item.duration (980)
  • FLV files without proper metadata can buffer infinitely (1035)
RevLine 
[548]1package com.longtailvideo.jwplayer.player {
2       
3       
4        public class PlayerVersion {
[1250]5                protected static var _version:String = "5.3.1250";
[594]6               
[620]7                public static function get version():String {
[548]8                        return _version;
9                }
[843]10               
11                public static var id:String = "";
[548]12        }
13}
Note: See TracBrowser for help on using the repository browser.