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

Flex和actionscript3开源项目

    博客分类:
  • flex
阅读更多

1. Flexbox
http://flexbox.mrinalwadhwa.com/
这是一位来自印度的flex开发者在07年2月份建立的flex组件库,里面也有不少好东西。

2. Flexlib
http://code.google.com/p/flexlib/
由Dougmccune等人建立的flex组件库,其中有不少实用的组件。

3.SpringGraph Flex Component
http://mark-shepherd.com/blog/springgraph-flex-component/
非常酷的拓扑关系组件!

4.Flex Visual Graph Library
http://code.google.com/p/flexvizgraphlib/
又一个拓扑图形展示的类库,动态效果那叫“惊艳”!
该项目的讨论组:
http://groups.google.com/group/flexvizgraphlib

5. Open Source Framework for Flex / Flash & AIR(Apollo)
http://code.google.com/p/advancedflex/
The Advanced Flex project is open source Libraries & Framework for Adobe Flex & Flash developer. This is the framework written in AS3.0 & MXML for Flex & Flash & AIR(Apollo).

看起来里面涉及到了AOP及debugger等内容,有时间要好好看看了。

6. Open Source Flex Component: TreeMap
http://www.zeuslabs.us/2007/11/14/open-source-flex-component-treemap/

7. FlexMDI
http://code.google.com/p/flexmdi/
主要解决多窗口应用生成的问题,全名叫做:Flex Multiple Document Interface ,效果很不错,对于做基于窗口的应用来说是个好的起点。

8. 反射组件类reflexutil
http://code.google.com/p/reflexutil/
这是作者的博客:
http://blog.deconcept.com/

9. 对象处理器flex-object-handles
http://code.google.com/p/flex-object-handles/
作者对该组件的介绍:
http://rogue-development.com/objectHandles.xml
WIKI:
http://code.google.com/p/flex-object-handles/wiki/ObjectHandlesUsage
功能是很强大,不过要想自己使用,还需修改一番!

10.CheckboxTree和Carousel组件
http://giles.roadnight.name/components.cfm
都有演示和源码!

11.Flex拖拽库
http://code.google.com/p/flex-drag-n-drop-lib/
新鲜出炉的类库,太棒了,以后做拖拽处理就方便多了!

12. GeoVis
http://code.google.com/p/birdeye/wiki/GeoVis
GeoSpatial Analysis Components,地理空间分析组件,类似与矢量数据描述组件,比如矢量地图什么的。

13.antennae
http://code.google.com/p/antennae/
基于ant的Flex工程编译模版,内置FlexUnit等测试工具,很强大的说。

14.Degrafa:声明式的图形描述框架
官方网站:
http://www.degrafa.com/
googlecode:
http://code.google.com/p/degrafa/
演示:
http://samples.degrafa.com/
个人还是喜欢用AS3和flashIDE来绘图,不太喜欢这个东西。不过这可框架有专门的组织来推动,似乎前景不错!

15.openflux
号称是 an open-source Flex component framework which allows developers to create radically new and custom Flex components,似乎是基于下一代Flex组件标准,但是目前还没看到更多的东西。只有这个:
http://www.bobjim.com/2008/04/04/updated-plexiglass-openflux-3d-example/
该项目的GoogleCode:
http://code.google.com/p/openflux/

16.FlexReport
http://code.google.com/p/flexreport/
作者博客:
http://www.kemelyon.com/bts/
一个开源的客户端报表生成组件,目前唯一不足的是不能消除字体的锯齿问题,不过只要不放大字体,应该没问题

********************************************************************************************
AS3开源项目

1.Flex/Actionscript Math Library
http://code.google.com/p/as3mathlib/
The Flex/Actionscript Math Library (as3mathlib) is intended to provide a rudimentary numerical analysis toolkit for the Actionscript/Flex programming environment.

一个很不错的基础项目,不过看起来还没有完成:This library has just been converted from Actionscript 2 to Actionscript 3. It is not ready for general use.

2.ActionScript 3.0 library for several basic utilities
http://code.google.com/p/as3corelib/
AS3核心类库,里面有包括加密、图形文件编码等等类库。

3.alivepdf
http://code.google.com/p/alivepdf/
是一个Open-source AS3 PDF library,目的在于将flash内容转为pdf文件信息,通过后台程序来生成pdf文件。

4.Tweener
http://code.google.com/p/tweener/
A class for creating tweens in actionscript 2 and 3 – because there’s infinity between 0 and 1.

5.ActionScript 3 libraries for interactive visualizations on the web
http://flare.prefuse.org/
刚(10.22.2007)发布的数据可视化工具包,目前alpha版,不过有不少亮点了,很有希望。

6.Dependency injection / Inversion of control container for ActionScript 3, Flash 9, and Flex 2
http://code.google.com/p/di-as3/

7.as3ds
http://code.google.com/p/as3ds/
AS3 Data Structures For Game Developers

以前记得这个好像是收费的,现在看起来没限制的使用了。

8.Pulse粒子系统

作者对该系统的介绍:
http://www.rogue-development.com/pulseParticles.html

Google code:
http://code.google.com/p/pulse-particle/

演示地址:
http://rogue-development.com/pulse/explorer/

9.AS3 GIF Player Class
http://www.bytearray.org/?p=95
GoogleCode:
http://code.google.com/p/as3gif/

10.AS3的物理引擎(ActionScript 3 Physics Engines)
http://henryjones.us/articles/actionscript-3-physics-engines

11. 数据可视化类库Prefuse
http://flare.prefuse.org/
the flare visualization toolkit:ActionScript 3 libraries for interactive visualizations on the web.

12.文档解析类库:vanrijkom-flashlibs
http://code.google.com/p/vanrijkom-flashlibs/

其中最有用的可能是地图文件和3D文件的解析类库了!

13.MinimalComps: Minimal AS3 UI Component Set
http://www.bit-101.com/blog/?p=1126

14.GoogleMap Flash Interface
http://code.google.com/p/google-maps-flash-interface/
可惜的是written in ActionScript 2,不过应该有借鉴意义。

15.ScaleBitmap : 9-slice bitmap class
http://www.bytearray.org/?p=118
一个缩放位图的类,很有用!

16.开源AS3即时通讯类库XIFF
http://www.igniterealtime.org/projects/xiff/

17.另一粒子系统Flint Particle system
http://flintparticles.org/

******************************************************************************
AS33D项目

1. PV3D

虽然该项目发布不长时间,但是它已经名声远扬了,遗憾的是这段时间它的官方博客不能访问了,只能访问它其他网站:
Google code
http://code.google.com/p/papervision3d/
Wiki
http://wiki.papervision3d.org/
John Grden
http://www.rockonflash.com/blog/

2. away3D:

官方网站:
http://www.away3d.com/

google code:
http://code.google.com/p/away3d/

同pv3d一样,是基于actionscript 3的flash3D引擎:
Away3D is a realtime 3d engine for flash in actionscript 3, originally derived from Papervision3D

************************************************************************************
与JS相关类库

1.SWFAddress
http://www.asual.com/swfaddress/
项目地址:
http://sourceforge.net/projects/swfaddress

SWFAddress is a small, but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today’s rich web technologies

该类库解决了swf的难题,深度链接,也是flex3的一个重要特色,值得关注!

2. 不可不提的swfobject
http://code.google.com/p/swfobject/
SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file

3.HTMLWrapper
http://code.google.com/p/htmlwrapper
Motion & Color Inc. today open-sourced a public beta version of
Wrapper, formerly used for closed-sourced projects. Wrapper is a
cross-browser compliant HTML/CSS rendering engine written in
ActionScript that sits on top of your standards compliant HTML page.
Wrapper eliminates cross-browser issues and makes integrating
ActionScript and HTML/CSS projects possible without needing to
compile. Wrapper will be available free from

***********************************************************************************
企业级组件库

1.YahooFlex/Flash组件ASTRA Galore

ASTRA Galore: New Flash and Flex Components
http://www.yswfblog.com/blog/2008/01/30/astra-galore-new-flash-and-flex-components/
官方的话是这么说的:
Our ASTRA library of components has just been updated with three new Flash components and seven (yeah, we are serious about this) new Flex components, as well as some important updates to the existing ones.

Yahoo,真棒!

***********************************************************************************
ROR与Flex相关类库

1.The Ruby on Rails RIA SDK by Adobe
http://code.google.com/p/rubyonrails-ria-sdk-by-adobe/

2. as3Stomp – Project site and source code
http://flexonrails.net/?p=99
该项目在Googlecode地址:
as3-stomp
This library is an actionscript 3 implementation of the Stomp protocol. It enables communication between Flash or Flex and any Stomp broker.

It has been primarily designed to work with Apache ActiveMQ.
*************************************************************************************
测试类库

1. 使用FlexUnit
http://www.adobe.com/devnet/flex/articles/unit_testing.html
http://code.google.com/p/as3flexunitlib/

2. 可视化Flex单元测试框架visualflexunit:
Announcing Visual FlexUnit – A Visual Testing Extension for FlexUnit

该项目的home page在google code。
作者Douglas McCarroll与合作公司Allurent共同建立了这个项目,并开源供大家使用。
**************************************************************
开源FlexMap组件
1. uMap
homepage:
http://www.afcomponents.com/components/umap_as3/
demos:
http://ccgi.arutherford.plus.com/website/flex/UMap/UMapFlexDemo/
mouseover to triangle to show picture:
http://ccgi.arutherford.plus.com/website/flex/modestmaps/sampleCCTV/

2.modesMap
homepage:
http://modestmaps.com/
demos:
http://modestmaps.com/example.html
http://modestmaps.com/tutorial-actransit/actransit.html

************************************************************************

Flex框架类库

1、针对Cairngorm的扩展框架:Flexcairngoam

http://code.google.com/p/flexcairngorm/

Adobe官方的cairngorm框架早就被人们诟病,这次这个非官方的补充,看来是个容易让人接受的框架了!

 


下面是非常有用的类库,找到他们的时候我兴奋的不得了 APIs、Libs、Components

1、as3ebaylib http://code.google.com/p/as3ebaylib/

2、as3youtubelib http://code.google.com/p/as3youtubelib/

3、as3flickrlib http://code.google.com/p/as3flickrlib/

4、Yahoo ASTRA Flash Components http://developer.yahoo.com/flash/astra-flash/

5、facebook-as3 http://code.google.com/p/facebook-as3/

6、as3awss3lib http://code.google.com/p/as3awss3lib/

7、Adobe ActionScript 3:resources:apis:libraries (官方,包括corelib、FlexUnit、Flickr、Mappr、RSS and Atom libraries、Odeo、YouTube)http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries

8、Tweener 用于过渡与切换的一组动画库 http://code.google.com/p/tweener/

9、uicomponents-as3 一组轻量级的AS3 UI组件库 http://code.google.com/p/uicomponents-as3/

10、as3ds AS3的数据结构实现 http://code.google.com/p/as3ds/

11、mecheye-as3-libraries 一组主要用于Flash 游戏开发的AS3库 http://code.google.com/p/mecheye-as3-libraries/

12、XIFF 一套XMPP协议的AS3实现 http://svn.igniterealtime.org/svn/repos/xiff/branches/xiff_as3_flexlib_beta1/

13、FZip 一套AS3库,可用作对ZIP压缩文件的载入、修改与创建 http://codeazur.com.br/lab/fzip/

14、FlexLib 一套开源的Flex界面组件库 http://code.google.com/p/flexlib/

15、AnimatedGIfLoader Flex Component 可载入GIF的Flex组件 http://dougmccune.com/blog/animatedgifloader-flex-component/

16、goplayground 一套轻量级的,可用创建属于你自己的AS3 动画工具的库 http://code.google.com/p/goplayground/

17、AlivePDF 开源的用于PDF创建的AS3库 http://www.alivepdf.org/

18、jwopitz-lib 一组开源的Flex用户界面组件 http://code.google.com/p/jwopitz-lib/

19、as3crypto AS3实现的一套加密库,包括多种加密算法 http://code.google.com/p/as3crypto/

20、flare 一套强大的可视化交互的AS3类库 http://flare.prefuse.org/

21、SWFAddress 一小而强大的库,可以为Flash和Ajax提供深链接的功能 http://www.asual.com/swfaddress/

22、SWFObject 用于嵌入Flash,Adobe官方也认可了 http://code.google.com/p/swfobject/

23、ulse Particle System 一套开源的强大的AS3动态粒子系统 http://code.google.com/p/pulse-particle/ http://www.rogue-development.com/pulseParticles.html

24、SpringGraph Flex Component http://mark-shepherd.com/blog/springgraph-flex-component/

25、GoASAP AS3动画库 http://code.google.com/p/goasap/ http://www.goasap.org/index.html

26、asaplibrary 一套开源的Flash Actionscript3.0 RIA库 http://code.google.com/p/asaplibrary/ http://asaplibrary.org/ http://asapframework.org

27、as3mathlib 开源Flex/Actionscript数学库 http://code.google.com/p/as3mathlib/

28、as3corelib 包含一些基础功能AS3库 http://code.google.com/p/as3corelib/

29、minimalcomps 一组AS3 UI组件 http://www.bit-101.com/minimalcomps/

30、as3gif http://code.google.com/p/as3gif/

31、queueloader-as3 一组AS3库,用来进行资源序列载入及监测 http://code.google.com/p/queueloader-as3/

32、TweenMax (AS3) http://blog.greensock.com/tweenmaxas3/

33、Atellis Reflection Component 一款Flex反射效果组件 http://labs.atellis.com/2007/07/11/atellis-reflection-component/

34、AS3Eval 简单来说,就是用AS3实现的AS3编译器 http://eval.hurlant.com/

35、 ByteArray的组件、库合集,包括liquid components、mousegesture、ASZip、GIF Player、GIF Animation Encoder、AlivePDF、Live JPEG Encoder、ScaleBitmap等 http://www.bytearray.org/?page_id=82

36、AS3C 针对AVM2虚拟机,用C#写的字节码编译器 http://code.google.com/p/as3c/

37、as3httpclientlib as3实现的http客户端 http://code.google.com/p/as3httpclientlib/

38、as3ui 一组常规的as3 ui界面库 http://code.google.com/p/as3ui/

39、as3xls 让你在flex中可以读写Excel文件 http://code.google.com/p/as3xls/

40、as3flexdb 让你的flex程序可以连接到MySQL服务器,主要是使用AMFPHP来访问PHP服务器 http://code.google.com/p/as3flexdb/ 这一是一篇详细使用介绍的教程 http://itutorials.ro/viewtopic.php?f=9&t=7

41、vivisectingmedia-as3  一组AS3/Flex实用库,是作者在实践中总结出来的 http://code.google.com/p/vivisectingmedia-as3/

Actionscript 3.0 Class

1、fZip 此类可允许你载入标准的zip文件并提取里面包含的文件 http://wahlers.com.br/claus/blog/zip-it-up/

2、AS3: Layout class for Flash CS3 一组用作布局的类 http://www.senocular.com/?id=2.8

3、CSSLoader 该类允许Flex应用程序在运行时载入CSS http://www.rubenswieringa.com/blog/cssloader

4、AS3: QueryString 一个单例类,用来获取URL地址后所带参数值对 http://evolve.reintroducing.com/2008/07/03/as3/as3-querystring/#more-141

5、ActionScript 3 Contextual Menu Manager Class AS3关联菜单管理类 http://www.blog.noponies.com/archives/103

2D & 3D Engine

1、APE (Actionscript Physics Engine) 物理引擎 APE 前身是as2版本的Flade,呼声很高,优点就是清晰简单,一共没有几个类:),目前版本alpha 0.45 ,有API文档和示例,教程有一篇quick start ,在Google Group上有一个论坛可以讨论。svn上一直在更新目前svn上的版本为0.5a

http://www.cove.org/ape/

2、Away3D http://code.google.com/p/away3d/

3、Papervision3D http://code.google.com/p/papervision3d/

4、Sandy 开源3D库 http://www.flashsandy.org/versions/3.0

5、FORM 一套AS3完成的用于2D刚性物体的物理引擎 http://code.google.com/p/foam-as3/

6、Five3D 基于矢量的Flash 3D 交互动画创建 http://five3d.mathieu-badimon.com/

7、Flade (Flash Dynamics Engine) 一套开源的2D物理引擎,AS2实现 http://www.cove.org/flade/

8、Box2DFlashAS3 2D物理引擎,AS3实现,基于强大的Box2D C++物理库 http://box2dflash.sourceforge.net/

9、Paradox 基于Flash的第一称3D引擎 http://animasinteractive.com/propaganda/

10、ND3D AS3 3D Engine  一款简单的AS3开源3D引擎,编译后的引擎大小仅约10K http://code.google.com/p/nd3d/ http://www.nulldesign.de/nd3d-as3-3d-engine/

11、motor2 基于Box2d的AS3刚体引擎,也是2D的. 作者就是 AS3数据结构的作者,2007年最后一天发布 作者主页:http://lab.polygonal.de/motor_physics/ 代码:http://code.google.com/p/motor2/

12、WOW-Engine 法国人写的,基于Sandy library的算法 3D物理引擎 http://seraf.mediabox.fr/wow-engine/as3-3d-physics-engine-wow-engine/

FrameWorks

1、Cairngorm Adobe官方出的Flex框架 http://labs.adobe.com/wiki/index.php/Cairngorm

2、PureMVC 纯AS3框架,也有其它语言的实现 http://www.puremvc.org/

3、ASWing AS3 一套开源的AS3 GUI框架 http://www.aswing.org/

4、EasyMVC 由事件驱动的MVC框架 http://projects.simb.net/easyMVC/

5、Mate 基于Tag及事件驱动的Flex框架 http://mate.asfusion.com/

6、ARP 基于模式(Pattern)的RIA框架,Flash平台,支持AS2和AS3 http://osflash.org/projects/arp

7、Gaia 开源的Flash前端框架,支持AS2和AS3,用于快速开发 http://www.gaiaflashframework.com/

8、flest Actionscript3.0/Flex应用程序框架,用来开发企业级的RIA http://code.google.com/p/flest/

9、Gugga Flash Framework 更新至AS3 http://www.gugga.com/flashblog/

10、Prana 另一个提供了IOC反转控制的框架,类似著名的Spring框架 http://www.pranaframework.org/

11、OpenFlux 开源的Flex组件框架,让开发Flex组件更加快速容易 http://code.google.com/p/openflux/

12、Degrafa 声明式的Flex图形框架,允许以MXML标签的方式绘制图形、创建皮肤,还包括对CSS的支持 http://code.google.com/p/degrafa/

13、FlexMVCs 针对AS3和Flex的应用程序框架,基于PureMVC,作了些修正和精简 http://code.google.com/p/flexmvcs/

Flash & Flex Tools、Servers

1、FlexUnit Flex/Actionscript3.0单元测试框架 http://code.google.com/p/as3flexunitlib/

2、Visual FlexUnit 增强的FlexUnit,支持“可视化断言” http://code.google.com/p/visualflexunit/

3、RED bug debug调试控制器,让Flash、Flex、AIR应用程序更加容易 http://www.realeyesmedia.com/redbug/

4、reflexutil 可在运行时对Flex组件进行调试 http://code.google.com/p/reflexutil/

5、FxSpy 当Flex应用程序运行时可以检测和动态的改变可视化组件属性值 http://code.google.com/p/fxspy/

6、ThunderBolt 基于Firefox的Firebug插件的日志扩展,支持AS2及AS3 http://code.google.com/p/flash-thunderbolt/

7、FlashTracer Firefox扩展,可以以侧栏的方式将Flash中trace()的结果显示

8、RIALogger 另一款Flex/AIR的Debug工具 http://renaun.com/blog/flex-components/rialogger/

9、Alcon 一款轻量级的AS2及AS3的Debug工具,AIR方式将Debug信息展示出来 http://blog.hexagonstar.com/alcon/

10、GDS (Granite Data Services) 开源,提供了Adobe LiveCycle Data Services类似功能的服务器 http://www.graniteds.org/

Flex Explorers (大部分为Flex2版本,但同样适用于Flex3)

1、Flex3 Component Explorer Flex各类组件示例 http://examples.adobe.com/flex3/componentexplorer/explorer.html

2、Resize ManagerFX Explorer (此为商业作品,要收费的)http://www.teotigraphix.com/explorers/ResizeManagerFX/ResizeManagerFXExplorer.html

3、Flex3 Style Explorer http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html

4、Flex2 Style Explorer(添加了Kuler功能)Flex UI组件风格定制并可输出为CSS http://www.maclema.com/content/sek/

5、Flex2 Style Explorer(Adobe 原始的版本) http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html

6、Flex2 Filter Explorer 查看各类滤镜效果并可进行设置 http://merhl.com/flex2_samples/filterExplorer/ http://merhl.com/?p=40 (AIR版本)

7、Flex2 Primitive Explorer 在Flex中创建各种简单形状

 

分享到:
评论
1 楼 Aguo 2009-10-20  
呵呵,好强大,谢谢分享

相关推荐

    flex 3.0 actionscript 2.0

    Flex 3.0 和 ActionScript 2.0 是 Adobe 推出的用于构建富互联网应用程序(RIA)的技术栈。Flex 是一个开源框架,主要用于创建交互式、数据驱动的Web应用程序,而ActionScript是其核心编程语言,早期版本为...

    Flex与ActionScript 3程序开发

    通过本书的学习,读者不仅能够掌握Flex的基本概念和使用技巧,还能深入了解ActionScript 3在Flex项目中的实际应用。 #### 二、Flex概述 1. **定义**:Flex是一种开源框架,用于构建跨浏览器和跨平台的应用程序。它...

    FLEX和Actionscript开发FLASH游戏

    FLEX是一个开源的、基于MXML和ActionScript的框架,主要用于构建富互联网应用程序(RIA),而ActionScript是Adobe Flash平台的核心编程语言,用于控制动画、交互性和游戏逻辑。 **FLEX**:FLEX框架提供了强大的组件...

    flex 3 programming actionscript 3

    Flex 3是Adobe开发的一个开源框架,用于构建富互联网应用程序(RIA),它为开发者提供了丰富的用户界面组件和高效的开发工具。 ActionScript 3是Flex 3的核心,是一种面向对象的编程语言,与早期版本相比,具有显著...

    开源3DMap Flex 3D地图

    开源3DMap Flex 3D地图是一款基于Adobe Flex技术的开源项目,旨在提供高质量的三维地图服务,其性能和功能可以媲美甚至超越商业产品如E都市地图。Flex是一种基于ActionScript 3.0的开源框架,用于构建富互联网应用...

    FLEX和Actionscript开发FLASH 游戏

    FLEX是一种开源框架,基于MXML和ActionScript,它提供了强大的图形用户界面(GUI)组件库,使开发者能够构建互动性强、功能丰富的网页应用。而ActionScript是Flash平台的核心编程语言,类似于JavaScript,但更专注于...

    ActionScript教程 Flex教程 ActionScript+Flex教程

    ### ActionScript与Flex教程知识点概览 #### 一、ActionScript简介 - **定义与历史**:ActionScript是一种面向对象的...通过系统地学习相关教程,可以有效提升开发者的技术水平,并为将来的工作和项目积累宝贵经验。

    有关flex与actionScript

    Flex是一个开源的开发框架,用于构建高性能、可移植的用户界面,而ActionScript是其背后的脚本语言,类似于JavaScript,但专门用于Flash和Flex项目。 ActionScript 3.0是这个语言的一个重大更新,它引入了类型检查...

    Flex+ActionScript+JAVA等学习教程集合

    Flex是Adobe公司开发的一种开源框架,主要用于构建富互联网应用程序(RIA)。它基于MXML和ActionScript,提供了丰富的用户界面组件库,可以创建出具有互动性和动态性的Web应用。ActionScript是一种面向对象的脚本...

    Flex ActionScript 3.0交互式开发详解源码(四)

    这份文档可能包含了如何导入和运行示例项目,以及源码中关键类和函数的解释,是学习和研究Flex ActionScript 3.0开发的重要资源。 八、部分源码分析 虽然没有提供具体的源代码,但我们可以推测"21"和"22"可能代表了...

    flex资料合集flex3ActionScript3.0中文版.chm

    《Flex资料合集》主要涵盖了Flex 3技术及其核心编程语言ActionScript 3.0的相关内容,这是一份中文版的资源集合,旨在帮助开发者深入理解和应用Flex技术。Flex是Adobe公司开发的一种开源框架,主要用于构建富互联网...

    Flex ActionScript相关资料

    Flex 是一个开源框架,主要用于构建基于Flash Player或Adobe AIR的应用程序,而ActionScript是Flash平台上的编程语言,它使得开发者可以通过编写代码来控制动画、交互性和应用程序逻辑。 ActionScript 3.0 是 ...

    flex开发入门 actionscript

    在Flex开发中,除了掌握基本的环境搭建和项目创建外,还需要了解以下几点编程基础: 1. **MXML**:MXML是Flex的标记语言,用于定义用户界面。它类似于HTML,但更加灵活和强大。 2. **ActionScript**:ActionScript...

    flex开源3D地图

    Flex是一个用于构建富互联网应用程序(RIA)的开源框架,它基于ActionScript编程语言和MXML标记语言,能够创建运行在Adobe Flash Player或Adobe AIR环境中的动态用户界面。 在描述中提到的"flex开源3D地图",我们...

    Flex ActionScript3.0 API中文帮助文档

    Flex是由Adobe公司开发的一种开源框架,用于构建富互联网应用程序(RIA)。ActionScript 3.0是Flex的主要编程语言,它是一种面向对象的脚本语言,为创建动态、交互性强的Web内容提供了强大的支持。这份“Flex ...

    flex实战项目,flex开发

    Flex是Adobe公司推出的一种用于构建富互联网应用(RIA, Rich Internet Applications)的开源框架,它主要基于ActionScript编程语言和MXML标记语言。这个“Flex实战项目”可能是一个使用Flex技术构建的实际应用示例,...

    flex开源项目介绍.doc

    Flex是一种用于构建富互联网应用程序(RIA)的开源框架,它基于ActionScript 3(AS3)编程语言和MXML标记语言。这些开源项目为开发者提供了丰富的组件库、工具和框架,帮助他们扩展Flex的功能,提高开发效率,并实现...

Global site tag (gtag.js) - Google Analytics