- 浏览: 69731 次
- 性别:
- 来自: 北京
最新评论
-
yuqingxue:
这个怎么用啊?光下下来了
flex生成pdf文件 -
yuqingxue:
怎么解决乱码问题呢?
flex datagrid 数据保存到excel以及从excel读取数据 -
kimmking:
xzxiaozhang 写道哥,这没整好吧,从excel到,d ...
flex datagrid 数据保存到excel以及从excel读取数据 -
xzxiaozhang:
哥,这没整好吧,从excel到,dataGrid上,搞不了。。 ...
flex datagrid 数据保存到excel以及从excel读取数据 -
wangshengyuan:
不要用我的头像,快点撤下来,猪
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:
RIA视频中心
RIAMeeting(中国RIA开发者活动组织)创建的视频中心,内容主要是RIA开发的视频教程
现在有三类视频
1.Flex一周视频培训[根据Adobe官方视频翻译过来的]
2.gotoandlearn.com 视频教程中文翻译
3.周边视频
as3mathlib
看名字就晓得是什么东东了,数学函数库
This library includes support for
要是有统计函数就好了。
使用前最好能详细阅读下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详解(鸟语的)
【基础】
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详解(鸟语的)
发表评论
-
基于CentOS5.5 的高可用性集群的实现
2010-10-26 16:25 1297基于CentOS5.5 的高可用性集群的实现ppt.有兴趣的可 ... -
flex ant
2010-10-25 15:47 1194最近再搞测试,于是把自己用到的和大家分享下,写的不好,见谅 ... -
A× 寻路
2010-10-15 14:46 656别人写的,我花银子下载的。放到这你们免费下载。带原代码。 ... -
Apache Ant安装与配置
2010-10-15 13:30 51051,下载Apache ant u ... -
Flex的安全登录系统的设计方案
2010-10-13 13:47 1996对于 Web 应用程 ... -
flash flex actionscript as 特效 游戏 源码 培训资料 资源收集
2010-10-12 18:27 1868http://sourceforge.net /projec ... -
100个优秀的国外设计开发网站,涵盖了Web设计,平面设计,Flash和Flex,设计资源等网站
2010-10-12 18:24 2504常用设计网站 Spunk U ... -
Flex资源
2010-10-12 18:03 936http://www.infoq.com/cn/zones/f ... -
(转)Flex开源项目
2010-10-12 17:58 9981. Flexbox http://flexbox.mri ... -
开源Flash 3D引擎Papervision3d
2010-10-11 14:15 1099地址:http://unbe.cn/tag/pv3d/page ... -
p2p 语音视频
2010-10-09 15:36 1479公司下载的,懒的回去再下载。Adobe Labs的一个p2p语 ... -
Flex 元数据及用法
2010-09-08 15:48 1005Flex引入了元数据标签的概念,它告诉编译器如何编译 ... -
Flex中本地图片上传前的预览
2010-08-25 17:14 1472<?xml version="1.0" ... -
flex生成pdf文件
2010-08-25 17:11 2251上午写了篇flex生成Excel文件的文章,项目需要还 ... -
flex datagrid 数据保存到excel以及从excel读取数据
2010-08-25 13:15 4478最近在做这个,要下载一个as3xls.swc文件,这个 ... -
Flex与浏览器交互
2010-07-16 13:59 1287在用flex做Web应用时为了扩展应用程序功能,势必会更多的同 ... -
AIR资源
2010-06-28 11:07 1455什么是AIR以及如何入门 Air是个跨操作系统的运行环境。可 ... -
Flex特效
2009-06-24 10:40 7344这里面有许多特效很酷,希望对大家有帮助。 1.旋转 ... -
flex3中实现拖放
2009-03-24 11:40 1355在flex3中实现拖放有两 ... -
关于在DataGrid中使用CheckBox全选
2009-03-24 11:31 2197该文中提供在datagrid中实现全部所有列的chec ...
相关推荐
Flex开发环境配置涉及两个主要的开发工具,即Micromedia Flex Builder 1.5和FlexBuilder 2.0作为Eclipse插件。配置过程主要包括安装、新建Flex站点、站点配置、复制核心文件以及测试环境。 首先,安装Micromedia ...
《FLEX开发中文文档》是一份专为RIA(Rich Internet Applications)开发者编译的资源,主要涵盖了Adobe Flex 2和ActionScript 3的开发技术。这份文档由四部分组成,分别对应四个章节,旨在帮助开发者理解和掌握Flex...
为了更好地学习Flex开发,可以参考Adobe官方提供的组件探索器(Component Explorer)、开发者网络(Developer Network)以及Flex组织的资源。理解并熟练掌握Flex的开发流程和核心概念,将有助于开发者高效地构建功能...
Flex开发辅助工具是一系列专为Flex开发者设计的实用工具,主要以SWF(Shockwave Flash)格式提供。这些工具能够帮助开发者更有效地理解和利用Flex框架的功能,提高开发效率。下面将逐一详细介绍这些文件: 1. **...
【标题】:“Java 整合 Flex 开发应用” 在IT领域,Java与Flex的整合是构建富互联网应用程序(RIA)的一种常见技术组合。Java以其强大的后端处理能力和稳定性,配合Flex的炫酷前端展示效果,可以为企业级应用提供...
《企业应用FLEX开发实战》是一本专注于使用Adobe FLEX进行企业级应用程序开发的实践教程。本书涵盖了从基础到高级的各个层面,旨在帮助开发者掌握FLEX技术在实际项目中的应用,提升软件开发效率和质量。书中内容分为...
Flex开发是一种创建富互联网应用程序(RIA)的技术,它允许开发者构建具有丰富图形界面和交互性的Web应用。在本文中,我们将深入探讨Flex开发的基础知识,包括如何新建MXML文件以及如何与Java EE(J2EE)项目进行...
Flex游戏开发Demo是一个展示如何使用Adobe Flex技术进行游戏制作的实例。Flex是一种基于ActionScript 3.0的开源框架,用于构建富互联网应用程序(RIA)。它允许开发者使用MXML和ActionScript来创建交互式、高性能的...
Flex是Adobe公司推出的一种用于构建富互联网应用(RIA, Rich Internet Applications)的开源框架,它主要基于ActionScript编程语言和MXML标记...对于想要提升Flex技能或进入Flex领域的学习者来说,这是一个宝贵的资源。
总的来说,"flex4 开发文档"涵盖了Flex 4和ActionScript 3.0的全方位知识,无论是初学者还是有经验的开发者,都能从中获取到宝贵的资源和指导。通过学习这个文档,开发者可以充分利用Flex 4的潜力,创建出富有创新、...
Flex开发框架是一个基于Adobe Flex技术的开发工具集,主要用于构建富互联网应用程序...其与Android的结合,使得跨平台应用开发成为可能,让开发者能够利用熟悉的Flex技术开发出高性能、用户体验优秀的Android应用。
标题中的“Flex开发的网站”指的是使用Adobe Flex技术构建的Web应用程序。Flex是一种基于ActionScript和MXML的开源框架,用于构建富互联网应用程序(RIA)。它允许开发者创建具有交互性、动态图形和复杂用户界面的...
Flex SDK则是开发的核心工具集,包含编译器、框架库和其他资源,可以免费下载使用。 标签"ARCGISSERVER RIA REST FLEX"则关联了几个特定领域的技术: 1. ARCGISSERVER:这是一个地理信息系统服务器,通常与Flex...
在本压缩包中,重点是Flex的中文API和开发指南,这对于初学者和有经验的开发者来说都是宝贵的资源。 首先,让我们来了解一下Flex API。API,全称Application Programming Interface,是一系列预先定义的函数,允许...
Flex开发技术文档主要聚焦于使用Adobe Flex框架创建富互联网应用程序(RIA)。Flex是一种开源的、基于ActionScript的编程语言和框架,...对于想要深入了解Flex并提升其开发技能的人来说,这份文档将是一份宝贵的资源。
Flex 开发的表单 资产负债表,如有需要请留言。
在Flex开发中,开发者通常会使用Flex Builder(现在称为Flash Builder)或IntelliJ IDEA等IDE进行编程,这些工具提供了对MXML(Flex界面描述语言)和ActionScript的集成支持,帮助构建与后端服务交互的Flex组件。...
【标题】:“flex 全球天气预报小程序(自己开发)” 这个标题暗示了这是一个使用Flex技术开发的小程序,专门用于提供全球范围内的天气预报服务。Flex是Adobe开发的一个开源框架,主要用于构建富互联网应用程序...
Flex 项目开发,个人专用 Flex 项目开发,个人专用 Flex 项目开发,个人专用 Flex 项目开发,个人专用