mx:Application不支持backgroundGradientColors属性——新手提问
flashdevelop开发,flex4的project
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" horizontalAlign="center" backgroundGradientColors="[0x000000,0x333333]" >
</mx:Application>
程序编译之后会出现错误,提示如下:
Error: The style 'backgroundGradientColors' is only supported by type 'mx.core.Application' with the theme(s) 'halo'.
以上问题要如何解决,先谢谢各位大虾了!