lius  

2009年3月30日

摘要: As代码 private function configureListeners():void { socket.addEventListener(Event.CLOSE, closeHandler); socket.addEv... 阅读全文
posted @ 2009-03-30 11:14 sayno 阅读(925) 评论(0) 推荐(0)
 
摘要: 效果图 添加侦听事件 As代码 canVas.addEventListener(MouseEvent.MOUSE_MOVE,mouseMove); canVas.addEventListener(MouseEvent.CLICK,ShowLabel); canVas.addEventListener(MouseEvent.M... 阅读全文
posted @ 2009-03-30 11:13 sayno 阅读(5254) 评论(0) 推荐(0)
 
摘要: As代码 [Bindable] public var arrayCol:ArrayCollection; public function Test():void { ... 阅读全文
posted @ 2009-03-30 11:12 sayno 阅读(456) 评论(0) 推荐(0)
 
摘要: 首先必须引入 几个包 import mx.charts.events.ChartItemEvent; import mx.charts.series.items.ColumnSeriesItem; private function setMousedata(event:ChartItemEvent):void { var can:HLO... 阅读全文
posted @ 2009-03-30 11:09 sayno 阅读(766) 评论(0) 推荐(0)