FLEX中视图改变有很多种形式,可以跳转页面,也可以通过添加state控制,在当前页面进行控制。这里介绍mx:states(对应到as中试States 类)的使用。具体的使用在示例代码中介绍,本例是一......

正在加载菜单,请稍待......
FLEX中的图片擦拭效果
发布于
2010年05月29日
这里列出flex中图片的擦拭效果的例子,擦拭效果即橡皮擦效果,共分为四个方向,擦拭效果同时适用于text和titleWindow <?xml version="1.0"?> <!– Simple example to demonstrate the WipeLe......
Alert.show()使用方式
发布于
2009年12月19日
<?xml version=”1.0″?> <!– Simple example to demonstrate the Alert control. –> <mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml”> <mx:Script> <