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

Revision 747, 219 bytes checked in by zach, 3 years ago (diff)
  • Updating buffer_full event dispatching for HTTPMediaProvider
  • Adding suppressing duplicate buffer_full events in RTMP
  • Adding livestream capability to RTMP ( http://developer.longtailvideo.com/trac/ticket/648). Note: Livestreams should only call _stream.resume once.
Line 
1package com.longtailvideo.jwplayer.player {
2       
3       
4        public class PlayerVersion {
5                protected static var _version:String = "5.1.747";
6               
7                public static function get version():String {
8                        return _version;
9                }
10        }
11}
Note: See TracBrowser for help on using the repository browser.