Changeset 852
- Timestamp:
- 02/24/10 15:20:21 (3 years ago)
- Location:
- branches/plugins/hd
- Files:
-
- 2 edited
-
bin-release/hd.swf (modified) (previous)
-
src/com/longtailvideo/plugins/hd/HD.as (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugins/hd/src/com/longtailvideo/plugins/hd/HD.as
r851 r852 113 113 private function setUI():void { 114 114 if (config.file || (_currentItem && _currentItem.hasOwnProperty('hd.file'))) { 115 _button.field.alpha = 1;116 115 if (config.state == false) { 117 116 if (_button) { 118 117 _button.field.text = 'is off'; 118 _button.field.alpha = 1; 119 119 _icon.alpha = 1; 120 120 } else { … … 124 124 _icon.alpha = 1; 125 125 if (_button) { 126 _button.field.alpha = 1; 126 127 _button.field.text = 'is on'; 127 128 }
Note: See TracChangeset
for help on using the changeset viewer.
