-
Flex调用Socket
摘要:As代码 private function configureListeners():void { socket.addEventListener(Event.CLOSE, closeHandler); socket.addEv...
阅读全文
-
flex实现鼠标跟随十字架
摘要:效果图 添加侦听事件 As代码 canVas.addEventListener(MouseEvent.MOUSE_MOVE,mouseMove); canVas.addEventListener(MouseEvent.CLICK,ShowLabel); canVas.addEventListener(MouseEvent.M...
阅读全文
-
Flex调用WebServices
摘要:As代码 [Bindable] public var arrayCol:ArrayCollection; public function Test():void { ...
阅读全文
|