Sources of Realtime CSS updater powerd by Flex2StyleExplorer
I uploaded sources of RealtimeCSS updater and customized Flex2StyleExplorer.
Customized position of Flex2StyleExplorer
1. I add a actionscript file called "cssSender.as" to a "as" folder.
2. I add a line in Flex2StyleExplorer.mxml like below.
3. I add a function to CreationComplete event in Flex2StyleExplorer.mxml like below.
"initSync()" function initialize a CSS sender feature.
Source of SyncCSSModule.swf is here.
Source of customized Flex2StyleExplorer is here.
See related entry for how to use realtime css updater.
Customized position of Flex2StyleExplorer
1. I add a actionscript file called "cssSender.as" to a "as" folder.
2. I add a line in Flex2StyleExplorer.mxml like below.
<mx:Script source="as/cssSender.as" />
3. I add a function to CreationComplete event in Flex2StyleExplorer.mxml like below.
creationComplete="init();initSync();"
"initSync()" function initialize a CSS sender feature.
Source of SyncCSSModule.swf is here.
Source of customized Flex2StyleExplorer is here.
See related entry for how to use realtime css updater.
http://bankruptcyz.info