Changeset 866
- Timestamp:
- 03/02/10 19:07:01 (3 years ago)
- Location:
- branches/plugins/hd
- Files:
-
- 1 added
- 2 edited
-
bin-release/hd.swf (modified) (previous)
-
build/build.bat (added)
-
src/com/longtailvideo/plugins/hd/HD.as (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugins/hd/src/com/longtailvideo/plugins/hd/HD.as
r853 r866 50 50 _player = player; 51 51 _config = cfg; 52 if ( config.state.toString() == 'true') {52 if (String(config.state) == 'true') { 53 53 config.state = true; 54 54 } else { … … 111 111 private function setUI():void { 112 112 if (config.file || (_currentItem && _currentItem.hasOwnProperty('hd.file'))) { 113 if ( config.state == false) {113 if (!config.state) { 114 114 if (_button) { 115 115 _button.field.text = 'is off';
Note: See TracChangeset
for help on using the changeset viewer.
