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

[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裏面的文檔,有些問題還是要注意一下,比如效率

[2009.6.2]
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/

[2009.6.2]
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.)

[2009.6.14]
as3statslib
as3統計函數庫,還在開發中。剛抱怨沒有統計函數庫,這就有了一個,as3的資源真實豐富啊。
可以看看Demo先。

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

[2009.7.1]
Adobe ActionScript 3.0 編程
雖然少了個定語“Adobe Flash 的”,但是 Flex 同樣是基於 Flash Platform 的,因此這裏有關 ActionScript 3.0 的內容完全適用於 Flex。入門的好教材。

ILOG Exilir
基於 Flex 的圖表組件。很強大的樣子。

Fusion Charts
基於 Flash 的圖表組件。如果要在 Flex 中用的話,這裏有演示(打開演示後,鼠標右鍵可以查看源代碼)。

[2009.8.25]
bigroom
Various Flash/Flex Actionscript 3 source code released to the community byRichard LordofBig 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的遊戲引擎,對遊戲開發感興趣的同學可以關注一下。

[2009.12.7]
Flex安全沙箱詳解

Flex Module詳解(鳥語的)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章