| Revision 2393,
260 bytes
checked in by pablo, 10 months ago
(diff) |
- Addresses cross-site security issue with links containing base-64 encoded JavaScript (1585)
- Addresses JavaScript API event flow
|
| Line | |
|---|
| 1 | package com.longtailvideo.jwplayer.player { |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | public class PlayerVersion { |
|---|
| 5 | protected static var _version:String = '5.10.2393'; |
|---|
| 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.