摘要: http://www.flexafterdark.com/docs/Flex-RemotingFlex Remoting (RPC)Flex Remoting... The Flex Remoting API is in the mx.rpc package and sub-packages.Types of RPC services:HTTP - make HTTP calls to web serversWeb Services - call SOAP + WSDL based web-servicesRemoting - call remote object servers such . 阅读全文
posted @ 2011-12-13 14:11 Stranger 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Extending ActionScript classes to provide AsyncToken like behaviorhttp://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/ 1. Rob McKeown on August 11th, 2008 5:29 pm Wouldn’t you have a problem if you used the same loader to make more than one async ... 阅读全文
posted @ 2011-12-13 14:06 Stranger 阅读(99) 评论(0) 推荐(0) 编辑
摘要: http://www.flexafterdark.com/docs/ActionScript-ResponderResponderA Responder is simple class encapsulating the handling of a Remote (asynchronous) call and its result and/or fault. A Responder class will implement the mx.rpc.IResponder interface.A Responder object has two important methods:result() 阅读全文
posted @ 2011-12-13 14:03 Stranger 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://www.flexafterdark.com/docs/Flex-HttpServiceHTTP ServiceFlex'sHTTPServiceis used to make HTTP requests and handle the results. When you call the HTTPService object'ssend()method, it makes an HTTP request to the specified URL, and an HTTP response is returned (asynchronously).TheHTTPSer 阅读全文
posted @ 2011-12-13 14:02 Stranger 阅读(183) 评论(0) 推荐(0) 编辑