3

XMLRPC for Actionscript 3.0 – Free Library

Posted by wpm on Mar 7, 2009 in Framework


http://danielmclaren.net/2007/08/03/xmlrpc-for-actionscript-30-free-library

Download XMLRPC for AS3


And without further ado, here are the source files:

Some notes:

Tags: , , ,

 
2

WOW open source AS3 Physics engine

Posted by wpm on Mar 2, 2009 in Framework

http://seraf.mediabox.fr/wow-engine/as3-3d-physics-engine-wow-engine/


<br />

Tags: , , , ,

 
-

开源电影和Blender3d引擎

Posted by wpm on Feb 19, 2009 in Creative Assets

Tags: , ,

 
-

Flex线条组件

Posted by wpm on Jan 26, 2009 in Flex, Framework, Resources

主页:http://flexwires.googlecode.com/

snap3

* Getting Started
* Introduction to Wire Jacks
* YouTube TV
* Logic Gate

Tags: , , , , , ,

 
-

30个AS3开源项目

Posted by wpm on Dec 26, 2008 in Framework

1. Flex/Actionscript Math Library 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 The corelib project is an [...]

Tags: ,

 
-

Flex开源框架

Posted by wpm on Dec 24, 2008 in Articles, Framework

Cairngorm (download) Cairngorm是一个最早最为成熟的FLEX框架,现在已归为ADOBE门下. PureMVC (download) 它其实是一个ActionScript 3框架,不像Cairngorm,它并不是针对FLASH,FLEX或者其它ADOBE AS3.0类。它是一个用于开发基于FLASH的AS 3.0的任何程序. Model-Glue: Flex (download) Model-Glue是一种简单的MVC的FLEX框架,Model-Glue拥有COLDFUSION接口.它相比以上两款更为轻巧. Foundry (download) ServeBox Foundry ( sbasfoundry )是一个ActionScript 3 / Java框架针对Flex 2应用开发者. Guasax Flex Framework (download) Guasax是一个易用的程序框架,为保证新老FLEX应用的扩展. ARP (download) ARP (Ariaware RIA Platform)是一个基于ActionScript的框架,它是一个Open Source Flash 项目. Flest Framework (download) Flest 是一个ActionScript3 / Flex框架. 以上的框架可以从EasyMVC, Adobe FAST 和 Joeberkovitz’s framework签出. 其它的一些还有 FlexUnit (一个用于ActionScript 3单元测试框架) [...]

Tags: ,

 
-

Cairngorm

Posted by wpm on Dec 24, 2008 in Framework

什么是Cairngorm?
Cairngorm是一个通过逻辑功能、数据、用户视图和代码控制的任何事情来划分你的应用程序代码的基础方法论,可以叫做MVC(Model-View-Control)的一种实践方式。

Cairngorm的划分
Model Locator(模型定位器):存储你的应用中所有的Value Objects(数据)和共享变量在一个位置。和Http的Session对象类似,只是它存储在Flex接口的客户端而不是在中间件应用服务器的服务器端。

View(界面):通过一个或者多个Flex组件(按钮、面板、组合框、Tile等等)组合在一起的一个个命名单元,绑定数据在Model Locator(模型定位器)中,并且产生基于用户操作(点击、滚动、拖拽等)的自定义的Cairngorm事件。

Front Controller(前端控制器):接收Cairngorm事件并映射他们到Cairngorm命令控制器上。

Command(命令控制器):处理商业逻辑,调用Caringorm代理和(或)其它命令。

Delegate(代理):由命令创建,实例化远程过程调用(HTTP、Web Service等等)并且处理命令的返回结果数据。

Service(服务):定义连接远程数据存储的远程过程调用(HTTP、Web Service等等)。

有关Cairngorm的资料:
http://cairngormdocs.org/
http://labs.adobe.com/wiki/index.php/Cairngorm
http://opensource.adobe.com/wiki/display/cairngorm

Tags: , ,