Calendar
Archives
Statistics
- 文章总数:207
- 评论总数:1
- 引用总数:0
- 浏览总数:15978
- 留言总数:4
- 当前主题:4U-Hemingway
- 当前样式:4u-hemingway
Favorites
Link
Misc
Mar7th
AIR:Client.Error.MessageSend
在AIR 中使用RemoteObject 调用Coldfusion对象的时候总是无法调用,用Alert把错误信息弹了出来,如下: faultCode:Client.Error.MessageSendfaultString:'Send failed'faultDetail:'Channel.Connect.Failed error NetConnection.Call.BadVersion: :0 comments
Mar7th
Flex RemoteObject类参考
<mx:RemoteObject>标记允许使用AMF3访问远程服务类的方法,要知道在Flex中怎样使用Flash Remoting访问数据 ,应该先了解一下RemoteObject类。要知道在Flex中怎样使用Flash Remoting访问数据 ,应该先了解一下RemoteObject类。包 mx.rpc.remoting 类 public dynamic class RemoteOMar7th
判断Flash Remoting Gateway连接失败的方法
在Flash Remoting 中,怎样判断Gateway连接失败?不管AS1.0和AS2.0还是AS3.0都可以使用NetConnectionon对象。 一、ActionScript 1.0var gatewayURL = "http://www.riafan.com/Gateway.aspx";NetServices.setDefaultGatewayUrl(gatewayURL);
Jul21th