| Revision 850,
260 bytes
checked in by pablo, 3 years ago
(diff) |
|
Don't attempt to smooth Logo image, since it isn't scaled, and since the loader doesn't attempt to grab a crossdomain file.
|
| Line | |
|---|
| 1 | package com.longtailvideo.jwplayer.player { |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | public class PlayerVersion { |
|---|
| 5 | protected static var _version:String = "5.1.850"; |
|---|
| 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.