摘要: 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) 编辑
摘要: Using RemoteObject componentshttp://help.adobe.com/en_US/Flex/4.0/AccessingData/WS2db454920e96a9e51e63e3d11c0bf69084-7fda.htmlhttp://stackoverflow.com/questions/1671668/how-does-remoteclass-work-in-flex-actionscript-can-i-use-it-for-custom-data-bi[RemoteClass(alias="com.example.MyClass")] 阅读全文
posted @ 2011-12-09 10:54 Stranger 阅读(181) 评论(0) 推荐(0) 编辑
摘要: flash.net.registerClassAlias(aliasName:String, classObject:Class):voidPreserves the class (type) of an object when the object is encoded in Action Message Format (AMF). When you encode an object into AMF, this function saves the alias for its class, so that you can recover the class when decoding th 阅读全文
posted @ 2011-12-08 18:13 Stranger 阅读(246) 评论(0) 推荐(0) 编辑
摘要: https://www.adobe.com/cfusion/entitlement/index.cfm?e=lc%5FblazedsBlazeDS, powered by Adobe LiveCycle Data Services ES2 a server‐based Java remoting and web messaging technology that enables developers to easily connect to back‐end distributed data and push data to Adobe® Flex® and Adobe A 阅读全文
posted @ 2011-11-25 10:18 Stranger 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ria天地会上有人找到了解决方法。据说是参考了flexlib网站http://bbs.9ria.com/thread-68012-1-1.html<fx:Style>@namespace supertabs "flexlib.controls.tabBarClasses.*";supertabs|SuperTab{ tabCloseButtonStyleName: "closeButton";}.closeButton { upSkin:Embed(source="assets/assets.swf", symbol=&q 阅读全文
posted @ 2011-11-24 21:09 Stranger 阅读(245) 评论(0) 推荐(0) 编辑
摘要: DividedBoxを使って、画面に縦、横にサブエリアを分けますが、そのIconが見えたくなく、サブ画面の枠にドラッグ、ドロップするようにユーザーに感じさせたい場合、下記の案でドラッグ&ドロップIconを見えなくようにできます。<fx:Style>mx|DividedBox{horizontalGap:5;verticalGap:5;}</fx:Style>つまり、Gapを5以下に設定すれば、簡単に見えなくなります。 阅读全文
posted @ 2011-11-24 16:47 Stranger 阅读(115) 评论(0) 推荐(0) 编辑
摘要: There are two categories of container of Spark.・Non-skinnable container classes include ・Group ・DataGroup・Skinnable container classes include ・Application ・SkinnableContainer ・SkinnableDataContainer ・Panel 阅读全文
posted @ 2011-11-20 10:11 Stranger 阅读(121) 评论(0) 推荐(0) 编辑