- Timestamp:
- 10/19/09 16:53:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/src/com/longtailvideo/jwplayer/model/PlayerConfig.as
r475 r493 2 2 import com.longtailvideo.jwplayer.plugins.PluginConfig; 3 3 import com.longtailvideo.jwplayer.utils.Configger; 4 import com.longtailvideo.jwplayer.utils.Logger; 4 5 import com.longtailvideo.jwplayer.utils.Strings; 5 6 import com.longtailvideo.jwplayer.utils.TypeChecker; … … 52 53 53 54 private var _playerready:String = ""; 55 private var _debug:String = Logger.NONE; 54 56 55 57 public function PlayerConfig():void { … … 351 353 public function set playerready(x:String):void { _playerready = x; } 352 354 355 /** Javascript player ready callback handlers **/ 356 public function get debug():String { return _debug } 357 public function set debug(x:String):void { _debug = x; Configger.saveCookie('debug', _debug); } 358 353 359 /** 354 360 * Returns a PluginConfig containing plugin configuration information
Note: See TracChangeset
for help on using the changeset viewer.
