| Revision 1238,
261 bytes
checked in by pablo, 3 years ago
(diff) |
- Maintains aspect ratio going to/from fullscreen if "stretching" is set to "exactfit" 606
- Automatically adds a thumbnail image for YouTube videos if one is not specified. 642
- Fades the controlbar when the mouse leaves the screen. Also adds the 'controlbar.idlehide' option to keep the controlbar hidden when not playing. 883
|
| Line | |
|---|
| 1 | package com.longtailvideo.jwplayer.player { |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | public class PlayerVersion { |
|---|
| 5 | protected static var _version:String = "5.3.1238"; |
|---|
| 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.