JunXiu

还在为学Flex找不到较好的资源发愁吗?大象给你推荐几个还不错的网站,保证不是骗点击。^_^
    1、http://www.adobe.com/cn/devnet/
    adobe中文开发网站,主页信息很多,我们关注其中的FlexActionScript。如果你喜欢桌面应用,AIR肯定有你感兴趣的东西。对于Flex的学习,官方网站当然是第一选择。
    2、http://blog.flexexamples.com/
    Flex例子的海洋,主要以组件如何使用或者类的某某属性如何使用举例说明。minidx中的绝大部分都是翻译这里的文章。英文好的银就去这里看吧,里面已经有很多关于Flex4的东东了。
    3、http://blog.minidx.com/
    这网站的博主是一个很勤奋的家伙,里面有很丰富的关于Flex的实例,很有学习价值。主要是翻译flexexamples里面的文章,也有自己的原创。对于英文不好的朋友,这里就是你的首选了。最近去看时发现,博主准备换服务器了,不知道域名变不变,大象会随时关注并更新滴。
    4、http://flex.org/
    大名鼎鼎的Flex权威网站,集成了与Flex有关的大多数信息,最令人兴奋的是它无比丰富的组件库。只要你耐心找,就可以找到你想要的。拿来使用是其次,学习高手的源码才是最重要的。
    5、http://ntt.cc/
    国外的关于Flex方面的又一个重量级网站,不说废话了,看了就知道。
    6、http://www.actionscriptclasses.com/
    很全的一个类库网站,全世界的Flexer在这里共享自己的AS类。如果有不会写的,先来这里看看,很可能有人已经放上去了。呵呵!
    7、http://www.9ria.com/html/index.html
    天地会,国内非常大的一个RIA技术综合站点,也是开发者的交流平台,推荐大家经常去看看。
    8、www.airia.cn
    艾睿网,IT技术开发者社区,有比较丰富的入门教程。 

转载自:http://www.blogjava.net/bolo/archive/2010/02/21/313567.html
posted @ 2010-08-15 19:43 junlin 阅读(397) | 评论 (0)编辑 收藏

最近不少网友反映使用Fluorine实现Flex与.NET通信老是出错,原因肯定不一样,为节约时间,我想有必要整理一下Flex RPC常见错误。此处先整理一下Flash Remoting方面的,后续会加上HTTP Service和Web Service的。

一、Flex Remoting

  1. Channel definition, mx.messaging.channels.RTMPChannel, can not be found...:最新版的Fluorined在services-config.xml中新增了RTMP Channel,主要是用来配 置Flex Messaging,编译时需要FDS.swc支持,当然如果不需要此功能可以注释掉channel-definition这个节点。
  2. RPC Fault faultString="The requested type... is not accessible":Flash Remoting服务名不对。详见Flash Remoting支持的远程服务
  3. RPC Fault faultString="Could not find a suitable method with name ..." :找不到对应的方法。首选看方法名对不对,再看方法的参数个数, 参数类型,还要检查返回数据的类型。关于数据的类型详见Flex AS3数据类型转换成Fluorine数据类型Fluorine .NET数据类型转换成Flex AS3数据类型
  4. NetConnection.Call.Failed: HTTP: Status 404: url...: '虚拟主机的域名/子目录/Gateway.aspx'":没将Root URL设置为虚拟主机的域名。详见Flex Bulider 2与Flash cs3的发布文件
  5. RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed errorNetConnection.Call.Failed: HTTP: Status 404: url: 'http://localhost/Gateway.aspx...'": Root URL中包含的Context与Context root中设置的不一致。
  6. [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Security.Error error Error #2048...: 安全沙箱冲突
  7. RPC Fault faultString="MessagingError message='Destination 'fluorine' either does not exist or the destination has no channels defined (and the application does not define any default channels.)'" faultCode="InvokeFailed" faultDetail="Couldn't establish a connection to 'fluorine'"...:FluorineFX没配置或destination 没有定义channels(默认是fluorine),详见配置支持Fluorine Remoting的Web应用
  8. ReferenceError: Error #1056: 无法为 ...创建属性...:当使用[RemoteClass(alias="XXX")],客户端与服务器端Value Object映射时属性名不一 致。

二、Http Service

  1. faultCode:Server.Proxy.Request.Failed faultString:'HTTP/1.1 404 Not Found' faultDetail:'HTTP/1.1 404 Not Found':url错误。
  2. faultCode:Channel.Security.Error faultString:'Security error accessing url' faultDetail:'Destination: DefaultHTTP':不使用代理时遇到 安全沙箱冲突。
  3. The URL specified XXX is not allowed by the selected destination 'DefaultHTTP:使用默认终端代理时遇到安全沙箱冲突。
  4. No destination with id XXX is registered with any service/MessagingError message='Destination 'students' either does not exist or the destination has no channels defined (and the application does not define any default channels.)':.使用命名终端代理时,destination不一致。
posted @ 2010-08-11 08:35 junlin 阅读(354) | 评论 (0)编辑 收藏
仅列出标题
共2页: 上一页 1 2 

导航

<2024年5月>
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

统计

常用链接

留言簿

随笔分类

随笔档案

文章档案

搜索

最新评论

阅读排行榜

评论排行榜