Flex开发全球优秀资源汇集 — 5月28日更新

FLEX 程序设计基础

【基础】
Adobe Flex编码指南
什么是mx_internal
delete关键字和类成员
我所理解的AS,Flex,AIR,Flex Builder和Flash

【事件】
Flex中的事件传播
关于flex事件的讲解

【性能】
使用Flex Builder 3.x 分析工具
理解Flash Player 9垃圾回收机制

【组件开发】
用ActionScript 开发高级可视化组件
FLEX组件的生命周期



【MVC】
Cairngorm
官方网站[提供最新的下载以及相关资源,如Cairngorm Plugin]
Cairngorm图解[点击相关对象,可直接浏览源码]
如何使用Cairngorm,应该注意些什么[英文]
Cairngorms视图更新问题的解决方案


【网站】

首先还是AIRIA的论坛
bbs.airia.cn

Flex范例,主要讲某个组件或者类的某某属性如何使用等等。代码和演示(如果有的话)都有。代码风格不错。
http://blog.flexexamples.com/

中文版的flexexamples,主要是翻译来自flexexamples blog的内容,有时还会有其他一些令人惊喜的东东。
http://blog.minidx.com/

Flex,AJAX,javascript,internet相关资源,比如corelib的使用,AS3的GOF模式,javascript的正则表达式,字体等等~当然我们关注的主要是Flex。
http://ntt.cc/

RIA技术相关的书籍,提供介绍,目录以及下载地址。
http://www.riabook.cn/

一些挨踢工作者写出来帮助大家实现特定目标的类,AS1,2,3的都有。关注一下吧,万一哪天想实现什么了,说不定有人已经帮你完成了。
http://www.actionscriptclasses.com/

貌似目前公布的都是Adobe MAX,Flex Camp,AJAX Experience等各类大会的视频信息~,
http://www.onflex.org/

adobe 官方 Flex 文档汇总
http://www.adobe.com/support/documentation/en/flex/?sdid=zfct

Flex的权威网站,集成了与Flex有关的大多数信息。这里可以找到最新的书籍,可以找到许多组件,找到就业机会(至于在国外还是国内工作这就看个人机缘了,呵呵),找到与Flex相关的一些软件……还是自己看看吧,这里不浪费口水了。
http://flex.org/

RIA相关开源项目平台,类似于sourceforge.net~~
http://www.riaforge.org/

Flex SDK 中文参考
Adobe® Flex™ 3.2 语言参考

软件
Tour de Flex is a desktop application for exploring Flex capabilities and resources, including the core Flex components, Adobe AIR and data integration, as well as a variety of third-party components, effects, skins, and more.
集成了许多资源,包括Flex组件,数据集成,第三方组件,特效,皮肤等
Tour de Flex

*集成了Adobe Developer Connection 网站
*集成了组件浏览器,可以浏览并下载到大量的组件
*集成了用户组和用户事件,使用GOOGLE MAP标识出世界各地用户组的位置及相关信息。AIRIA.cn赫然在列。
*集成了一个简单的RSS Reader.
*集成了bugs.adobe.com,你可以将bug提交上去,有一个专门的窗口会告诉你bug的状态
adobe Developer ConnectionDeveloper Desktop

方便Flex Coders交流找工作的,聊天功能不错,大家打开dashboard,切换到chat面板就可以和当前所有用户聊天了~
SearchCoders Dashboard

AIR描述文件管理器
ADM - AIR描述文件管理器

与自定义编译器相关的资源
http://www.deitte.com/archives/2008/06/compiler_resources.htm

[2009.2.18]
视频教程
http://www.gotoandlearn.com/

[2009.2.18]
ActionScript 3/ABC2/Flex 2/Flex 3/Flex 4/AIR 反编译工具
http://www.docsultant.com/nemo440/

[2009.2.25]
很酷的翻书效果
http://blog.minidx.com/2008/03/07/545.html

[2009.3.6]
SWF Toolsis a collection of SWF manipulation and creation utilities written by Rainer Böhme and Matthias Kramm. It is released under the GPL.
Included are:
PDF2SWF
SWFCombine
SWFStrings
SWFDump
JPEG2SWF
PNG2SWF
GIF2SWF
WAV2SWF
AVI2SWF
Font2SWF
SWFBBox
SWFC
SWFExtract
RFXSWF Library

http://www.swftools.org/

[2009.4.16]
OpenZet
可以将其当成扩展了的Flex 和 Silverlight SDK。里面提供了不少好东东。可以下载到源码,研究一下一些组件的实现方式。
http://www.openzet.org/samples/
先看看Sample
http://www.openzet.org/downloads/
下载的时候得填下表单,收到的Email里面有下载的地址

[2009.5.8]
htmlwrapper
Cross-browser compliant HTML/CSS rendering engine written in ActionScript
Actionscript跨浏览器HTML/CSS渲染引擎
看了一下源码,比利用IFrame和ExternalInterface渲染HTML要麻烦很多。IFrame只是简单的改变IFrame的状态,渲染HTML还是由浏览器来完成的;HTMLWrapper则是将DOM解析为Actionscript对象,渲染是由HTMLWrapper来控制的,也就是说渲染的效果完全取决于HTMLWrapper。
支持的HTML标签:
div
ul
form
a
input
img
object
embed
li

支持的CSS样式:
http://htmlwrapper.googlecode.com/svn/trunk/examples/ActionScriptExample/src/com/base/parse/Css.as
http://htmlwrapper.googlecode.com/svn/trunk/examples/ActionScriptExample/src/com/base/parse/ExtendedStyleSheet.as
支持的属性:
http://htmlwrapper.googlecode.com/svn/trunk/examples/ActionScriptExample/src/com/base/parse/Attributes.as

[2009.5.18]
AS3 audio library
http://code.google.com/p/standingwave/
After months of waiting for an opportunity to open up in my schedule, I’ve finally managed to create and package the StandingWave2 audio synthesis engine for Flash. It’s now up on Google Code athttp://code.google.com/p/standingwave/.  Phew… about time.more...
没有过多的研究它,只是从joeberkovitz.com看到了就发了出来。
The goal of StandingWave is to encapsulate the following kinds of objects, permitting them to be easily chained together and combined to produce complex, dynamic audio output:
  • audio sources (MP3 or WAV files, algorithmic sound generators...)
  • audio filters (echo, envelope shaping, equalization...)
  • timed sequences of audio sources, which may be hierarchically composed


[2009.5.25]
RIA视频中心
RIAMeeting(中国RIA开发者活动组织)创建的视频中心,内容主要是RIA开发的视频教程
现在有三类视频
1.Flex一周视频培训[根据Adobe官方视频翻译过来的]
2.gotoandlearn.com 视频教程中文翻译
3.周边视频

[2009.5.28]
as3mathlib
看名字就晓得是什么东东了
This library includes support for
  • Geometric Objects and Intersection calculations
  • Integral and Differential equation calculations
  • Bezier, Quadric, Polynomial, Complex, Vector and Matrix calculations
  • Symbolic expression parsing

要是有统计函数就好了。
使用前最好能详细阅读下googlecode里面的文档,有些问题还是要注意一下,比如效率

posted on 2009-05-28 21:37  小龙龙  阅读(317)  评论(0编辑  收藏  举报

导航