| Revision 1721,
261 bytes
checked in by pablo, 2 years ago
(diff) |
- Fixes a loop condition when resizing the player with HTTP bitrate switching (introduced in 5.6)
- Adds support for youtu.be shortened YouTube URLs (1291)
|
| Line | |
|---|
| 1 | package com.longtailvideo.jwplayer.player { |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | public class PlayerVersion { |
|---|
| 5 | protected static var _version:String = '5.6.1721'; |
|---|
| 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.