达达达人???

达达达人???

达达达人??????

FLEX中的图片擦拭效果

Snap4

这里列出flex中图片的擦拭效果的例子,擦拭效果即橡皮擦效果,共分为四个方向,擦拭效果同时适用于text和titleWindow <?xml version="1.0"?> <!– Simple example to demonstrate the WipeLeft effect. –> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> /*左擦除*/     <mx:WipeLeft id="wipeLeftOut" duration="1000"/>     <mx:WipeLeft id=&q......

Alert.show()使用方式

Alert.show()使用方式

    <?xml version=”1.0″?> <!– Simple example to demonstrate the Alert control. –> <mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml”>       <mx:Script>         <![CDATA[             import mx.controls.Alert;             import mx.events.CloseEvent;                     // Event handler function uses a static method to show             // a pop-up window with the title, mes......

flex导出excel(jsp)

flex导出excel(jsp)

最近新学的后台为jsp的导出excel文件的实例,感觉比jfreechart插件方便很多,现将源码贴上 mxml文件: <?xml version=”1.0″ encoding=”utf-8″?> <mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml“  layout=”vertical”  initialize=”myService.send()”  fontSize=”12″ viewSourceURL=”srcview/index.html”>  <mx:Script source=”utils.as”/>  <!–<mx:Style source=”DGtoExcel.css”/>–>......

1