Flex
文章平均质量分 74
totogogo
@CityU of HK
展开
-
PureMVC入门例子
http://ioryioryzhan.javaeye.com/blog/212110转载 2009-12-18 15:34:00 · 740 阅读 · 0 评论 -
运行flex debug出错
flex builder 4.5,运行debug ,出错,错误信息大概是运行flex app的web browser找不到flash player debugger。 解决方法是:从http://www.adobe.com/support/flashplayer/downloads.html下载相应web browser的flash player debugger。例如如果你是用fire原创 2011-11-04 15:09:42 · 885 阅读 · 0 评论 -
flex array操作
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark" creationComplete="init()"> <![CDATA[原创 2011-11-04 16:22:07 · 830 阅读 · 0 评论 -
Blazeds StreamingAMFChannel error for HTTP 1.0 protocol
如果你是用StreamingAMFChannel,而client side的web browser使用http 1.0协议,那么就会出error: [BlazeDS]Endpoint with id 'my-streaming-amf' cannot service the streaming request made with HTTP 1.0. Only HTTP 1.1 is suppo转载 2011-11-02 12:30:26 · 1674 阅读 · 0 评论 -
Blazeds messaging filter
Blazeds messaging service支持message filter,即过滤消息。例如,各个group都是用同一个blazeds message destination来发送消息,我只希望收到我所在的group的member发送的消息,这就要用到message filter。 Blazeds messaging service提供了2种message filter的方式:原创 2011-10-21 14:54:28 · 1235 阅读 · 0 评论 -
flex template 的问题
参考文档 1. 关于flex html template wrapper (以后的文章详细讲解): http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf663fe-7fff.html原创 2011-10-19 16:24:28 · 1511 阅读 · 0 评论 -
Blazeds StreamingAMFChannel max-streaming-connections-per-session error
如果你在IE(or Firefox)里同时在多个tab来access a flex application that uses messaging with a streaming AMF connection,就会出现下列error cannot grant streaming connection to FlexClient with id '' because max-streaming-转载 2011-10-20 01:27:36 · 3111 阅读 · 0 评论 -
如何把request param data传给flex app
参考文档 1. 关于flex html template wrapper (以后的文章详细讲解): http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf663fe-7fff.html原创 2011-10-19 15:25:16 · 1830 阅读 · 0 评论 -
搭建flex + blazeds 最简单的messaging例子:简易聊天室
flex + blazeds messaging应用很广泛,比如实时聊天,collaborationapplication。在BlazeDS turnkey (https://www.adobe.com/cfusion/entitlement/index.cfm?e=lc_b原创 2011-09-22 17:14:12 · 2736 阅读 · 0 评论 -
Flex + Blazeds "HelloWorld" in Flash builder 4.5
for detail, refer to http://www.adobe.com/devnet/flex/articles/flashbuilder_blazeds.html 前提条件:安装tomcat 1. 在/webapps目录下创建一个目录 (e.g. "bl原创 2011-09-21 01:58:26 · 1267 阅读 · 0 评论 -
[Flex] swiz 点滴
* 一个完整的swiz 例子 http://www.cnblogs.com/shanlanjie/archive/2012/06/07/2540006.html * Main issues > flex access point is a mxml file under src root folder. 这个mxml会add view指向你的(swiz) view package原创 2012-09-12 17:21:39 · 9441 阅读 · 0 评论