`
roger_588
  • 浏览: 68425 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Flex开发全球优秀资源汇集

阅读更多
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标识出世界各地用户组的位置及相关信息。Flexcoders.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


视频教程
http://www.gotoandlearn.com/


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


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


SWF Tools is 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/


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


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


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



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


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里面的文档,有些问题还是要注意一下,比如效率


as3texteditor
AS3富文本编辑组件
AS3 TextEditor Lite: Free rich text editor component for Adobe Flash CS3
AS3 TextEditor Lite is a SWC based component for rich text editor which can be used in Flash applications to be developed using Action Script 3 and Adobe Flash CS3 IDE. This component provides features like:

Dynamically attach it to any text field of your application Complete WYSIWYG Editor Formatting of characters as Bold, Italic, Underline Hyperlink with color, underline options Search and replace texts Indent, Margin (left and right) Paragraph alignment left, right,center,justified Making unordered lists Line spacing, Character spacing Adding Image (No Edit) Rich Text View and HTML View (two-color coded) Clipboard features: Select All, Copy, Paste, Remove Formatting Inserting special characters

This is a FREE component.

Supported Flash Version This component is packaged for Adobe Flash CS3 (Flash Player version 9 with Action Script 3.0). This component is NOT meant for Adobe Flex framework.

For project homepage visithttp://mobilewish.com/applications/as3texteditor/


digizex
基于Zend Framework 及 Digitalus的 AS3 CMS系统
Flash/Flex AS3 CMS built on top of the Zend Framework and Digitalus

All CMS modules compatible with Flex, AS3, and Flash CS3 projectsAdds about 1.5kb to your swf fileFull Zend Framework StackRemoting by Zend_AmfUser Authentication with Sessions via Zend_Acl, Zend_Session, and Digitalus CMSHtml-based CMS and User Management via Digitalus CMSWYSIWYGEasily create HTML-version of site using the Digitalus CMSCMS built on PureMVC and Fabrication, but main app does not have to use PMVC/FabricationModular, plug-in architectureBoth Flex and Flash CMS modules supportedRich Text Editor Module (text Module)Integrated with KapInspect (kiplugin Module)Integrated with De Monster DebuggerImage Module (gallery Module)Control Panel Flash Module (controlpanel Module)You can now download and use Digizex as a debugger, without any of the CMS features. (Currently available at allflashwebsite.com. Highly recommended for KapInspect and Monster Debugger users who want a stupidly simple way of integrating these tools into any Flex or Flash SWF, but don't need content management.)


as3statslib
as3统计函数库,还在开发中。刚抱怨没有统计函数库,这就有了一个,as3的资源真实丰富啊。
可以看看Demo 先。

AIR案例展示
refreshingapps
Flex案例展示
flex org showcase


Adobe ActionScript 3.0 编程
虽然少了个定语“Adobe Flash 的”,但是 Flex 同样是基于 Flash Platform 的,因此这里有关 ActionScript 3.0 的内容完全适用于 Flex。入门的好教材。

ILOG Exilir
基于 Flex 的图表组件。很强大的样子。

Fusion Charts
基于 Flash 的图表组件。如果要在 Flex 中用的话,这里有演示 (打开演示后,鼠标右键可以查看源代码)。


bigroom
Various Flash/Flex Actionscript 3 source code released to the community byRichard Lord ofBig Room
提供了很多开源类库,或许在项目中可以用到
KeyPoll class
Matrix2D class
ObjectPool class
RadialPerlin class
SingletonFactory function
Tetris game engine
Vector2D class
WeakRef class

ffilmation
The FFilmation Engine is an AS3 isometric programing engine, focused mainly on game development. The aim of the project is providing a robust development platform, where game designers can work on the game’s details and forget about the render engine. It is intended to be really usable from a “real production scenario” point of view.
2.5D的游戏引擎,对游戏开发感兴趣的同学可以关注一下。


Flex安全沙箱详解

Flex Module详解(鸟语的)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics