Changes between Version 1 and Version 2 of FlashAppsWidgetsAppearanceModification
- Timestamp:
- Jan 28, 2011, 9:04:02 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FlashAppsWidgetsAppearanceModification
v1 v2 5 5 These sources will help you to create your own skin for RAY 3.0. For this you should: 6 6 7 1. open "'''[widget_name]/skins/default.fla'''" file in Macromedia Flash 8;7 1. open the "'''[widget_name]/skins/default.fla'''" file in Macromedia Flash 8; 8 8 9 2. edit necessary library elements;9 2. edit the necessary library elements; 10 10 11 11 3. publish your flash document; 12 12 13 4. rename published document with "'''[new_skin_name].swf'''";13 4. rename the published document with "'''[new_skin_name].swf'''"; 14 14 15 5. place i nto"'''[ray_home_dir]/modules/[widget_name]/skins/'''";15 5. place it into the "'''[ray_home_dir]/modules/[widget_name]/skins/'''"; 16 16 17 17 18 18 19 '''Attention'''!!! All necessary library elements for the correct skin work should have a linkage identifier for exporting that can't be renamed. (To change or check the linkage identifier click right button ofmouse on this element and select 'linkage' option).19 '''Attention'''!!! All necessary library elements for the correct skin work should have a linkage identifier for exporting that can't be renamed. (To change or check the linkage identifier click the right button of the mouse on this element and select 'linkage' option). 20 20 21 21 Repeat steps from 1 to 5 for each widget.