| Revision 1246,
261 bytes
checked in by pablo, 3 years ago
(diff) |
|
Bug fixes:
- Fixes loading "0" plugin when plugin flashvar is blank (1025)
- Fixes blank screen on PLAY from JavaScript API (1001)
- Fixes sound files being truncated if STOP is called before loading is complete (982)
- Fixes item events not being forwarded to JS after playerReady (1029)
|
| Line | |
|---|
| 1 | package com.longtailvideo.jwplayer.player { |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | public class PlayerVersion { |
|---|
| 5 | protected static var _version:String = "5.3.1246"; |
|---|
| 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.