開發 Flex 情境 22 -- 關於 : Flex 比較 3 -- Upgrade 至 新的 Adobe® Flash® Builder™® 4.7 成功 !!

今天順利地將新專案要用的相關的 Framework Projects、Utility Projects,
Upgrade 至 新的 Adobe® Flash® Builder™® 4.7 (Still Use:Flex SDK 3.2)
1. Flex Project:
(1). Flex SDK 3.2:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600">
</mx:Application>
(2). Flex SDK 4.6:
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<fab:FlexApplication xmlns:fab="org.puremvc.as3.multicore.utilities.fabrication.components.*"
xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%"
xmlns:systex="http://www.systex.com.tw/mxml" initialize="loadStyle(event);">
<!-- Flex Script -->
<mx:Script source="MainScript.as"/>
<fab:FlexModuleLoader id="loader" width="100%" height="100%" />
</fab:FlexApplication>
2. Flex Library Project:
3. Flex Mobile Project:

今天順利地將新專案要用的相關的 Framework Projects、Utility Projects,
Upgrade 至 新的 Adobe® Flash® Builder™® 4.7 (Still Use:Flex SDK 3.2)
1. Flex Project:
(1). Flex SDK 3.2:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="955" minHeight="600">
</mx:Application>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<fab:FlexApplication xmlns:fab="org.puremvc.as3.multicore.utilities.fabrication.components.*"
xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%"
xmlns:systex="http://www.systex.com.tw/mxml" initialize="loadStyle(event);">
<!-- Flex Script -->
<mx:Script source="MainScript.as"/>
<fab:FlexModuleLoader id="loader" width="100%" height="100%" />
</fab:FlexApplication>
2. Flex Library Project:
3. Flex Mobile Project:
4. ActionScript Project:
5. ActionScript Library Project:
6. ActionScript Mobile Project:
7. Flash Professional Project:




