Archive for the ‘AIR’ Category

AIR1.5

Saturday, November 29th, 2008

今天,Adobe在其官方网站上放出了AIR1.5的下载,你可以去这里下载:
http://get.adobe.com/air/

AIR1.5包含了3个重要的升级:
第一:加密的本地数据库,这是应大多数AIR开发人员要求推出的新功能
第二:升级内置Flash Player 到10,和web版本一致
第三,升级了WebKit,包括其引擎的新的字节码解释器,以此来提升JS的运行效率,内部测试表明新的WebKit在AIR内部处理HTML和JS的页面时,速度提升35%左右。

此外新功能还有:
新增5种东欧语言支持
新增JS debugging支持。这个功能对于使用Ajax技术开发AIR应用的开发者而言,非常有用
新增的DRM engine,你终于可以透过1.5制作调用Flash Right Managments Server API的媒体应用了(以前你只能用Adobe Media Player才行)。

Adobe AIR v1.5

Thursday, November 20th, 2008

AIR 支持现有的Web技术如Flash,Flex,HTML,JavaScript和AJAX,可以用你最熟练的技术来开发您所见过的最具用户体验的AIR程序.

AIR 应用程序可以是:
* 基于Flash 或 Flex:应用程序根内容(理解为容器)为Flash/Flex (SWF)
* 基于Flash 或 Flex 的HTML 或 PDF.应用程序的根内容为基于Flash/Flex (SWF) 的HTML
* 基于HTML,应用程序根内容为HTML, JS, CSS
* 基于HTML的Flash/Flex或PDF,应用程序根内容为基于HTML 的Flash/Flex (SWF) 或 PDF

下载:Adobe AIR v1.5
下载:Adobe AIR SDK

即将面世的FLEX和AIR新书[转]

Thursday, September 4th, 2008

Programming Flex 3: The Comprehensive Guide to Creating Rich Internet Applications with Adobe Flex

Authors: Chafic Kazoun, Joey Lott

发行时间: 九月24, 2008

Publisher: Adobe Dev Library

Description:

If you want to try your hand at developing rich Internet applications with Adobe’s Flex 3, and already have experience with frameworks such as .NET or Java, this is the ideal book to get you started. Programming Flex 3 gives you a solid understanding of Flex 3’s core concepts, and valuable insight into how, why, and when to use specific Flex features. Numerous examples and sample code demonstrate ways to build complete, functional applications for the Web, using the free Flex SDK, and RIAs for the desktop, using Adobe AIR. This book is an excellent companion to Adobe’s Flex 3 reference documentation.

(more…)

AIR教程

Monday, August 25th, 2008

有段时间没写BLOG了,主要是上个月用力过猛,写地图教程给写伤了,哈哈。AIR我也好久没碰了,因为从APOLLO出来到更新再 到AIR,再到AIR正式,我实在是烦透了不停的升级,而且很少有AIR的业务,就干脆不再去理AIR。虽然说不理,但是起码的一点东西还是需要了解的。
你说:AIR最好的教程是什么?那我只能回答:帮助文档,和ADOBE提供的一些有源代码的DEMO。这次我放上的,不是ADOBE的,而是AIR开发者自己写的教程,相当不错。
这是一款有关于YOUTUBE的AIR程序,有搜索,下载功能,当然主要的不是这个程序如何,而是告诉你怎么做到这样的程序

Drag 与 Drop 是AIR一个很重要的功能,做的好了,相当炫耀,这个教程精彩之极,不可错过

AIR做个游戏,讨好改讨好的家伙,还是不错的,不过游戏怎么做?请看Adobe Edge出版的记忆游戏

(来源:uncool)