详全文<:http://forum.j2eemx.com/flex/6540-flex3-0-flex-4-a.html>
花2个多小时撰写整理的Flex 4文章,来源是Adobe官方,但若你没用过Flex,请参考本文,若你己使用Flex3,更应看此文,因无非是要让你,「无痛昇级至Flex 4」
重点整理
1.Flex 4 SDK需要使用Flash Player 10
2.需有CSS样式选择器的名称,
如:
Button {
cornerRadius: 10;
}
DateField {
color: #780800;
}
注:若你在style里使用旧版的namespace,
请加上,如:
<mx:Style>
@namespace "http://www.adobe.com/2006/mxml";
…
</mx:Style>
3.若要延用以前3.0的Theme,请在Flex Compiler里的下图打勾
详全文<:http://forum.j2eemx.com/flex/6540-flex3-0-flex-4-a.html>