| Revision 553,
383 bytes
checked in by zach, 4 years ago
(diff) |
|
Adding binary and updating version
|
| Line | |
|---|
| 1 | package com.longtailvideo.jwplayer.player { |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | public class PlayerVersion { |
|---|
| 5 | protected static var _version:String = "5.0.553 beta"; |
|---|
| 6 | protected static var _commercial:Boolean = Boolean(CONFIG::commercial); |
|---|
| 7 | |
|---|
| 8 | public static function get version():String{ |
|---|
| 9 | return _version; |
|---|
| 10 | } |
|---|
| 11 | |
|---|
| 12 | public static function get commercial():Boolean{ |
|---|
| 13 | return _commercial; |
|---|
| 14 | } |
|---|
| 15 | } |
|---|
| 16 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.