AIR Rolls

訂閱文章
Latest Adobe News by Smart Category
已更新: 25 周 5 天前

Resumable File Downloader – Simple AIR app

四, 03/11/2010 - 08:46
This AIR application demonstrates how to download, pause and resume downloads of larger files(mp3, flv, etc) and save to the user's computer. Big Thanks to Benjamin Dobler for his blog post Resumable Downloads with AIR. Sample Files: ResumableDownloader.air (AIR, 524 KB)

HP Slate Running Flash Player and AIR

四, 03/11/2010 - 08:27
Adobe and HP have just launched a new video showing Flash Player 10.1 and Adobe AIR 2.0 running on the slick, new HP Slate tablet device. The video shows several types of content and is a great preview of what is capable when a device fully supports the web. Lee

Running Project Sprouts

三, 03/10/2010 - 10:26
A few weeks ago I attended the SanFlashCisco usergroup meeting which was really great. After the meeting we moved to the Mars bar where I got to know Luke Bayes who founded Project Sprouts. Project Sprouts is a Ruby based open-source, cross-platform project generation and configuration tool for ActionScript 2, ActionScript 3, Adobe AIR and [...]

Branded Music Player using runtime CSS

三, 03/10/2010 - 02:40
Here is are post of a video of the Branded Music Player AIR application that uses runtime CSS to switch the skins of the AIR application.

Clock-it – physics fun with our new desktop clock!

三, 03/10/2010 - 00:32
Today after a little period of franetic activity we are glad to release a new AIR application. We have been playing around with throw physics lately and so thought it would be good to bring this source of never ending fun to the desktop, and why not incorporate it into a useful little widget such [...]

A magical device for me: HP’s slate

二, 03/09/2010 - 18:41
When I saw the videos with HP’s upcoming slate device, and I learn that it will support Flash Player and Adobe AIR I knew this is the magical device for me and my family. The only question I have is how much it will cost. My wife is a heavy user of internet (movies, social networks, [...]

HP's Upcoming Slate Device Meets Flash Player and Adobe AIR

二, 03/09/2010 - 16:18
Be sure to check out a very exciting blog post highlighting both Flash Player and Adobe AIR running on HP's upcoming slate device. Alan Tam, a product marketing manager here at Adobe, demonstrated both Flash Player and Adobe AIR applications running on the device:

Flash Downunder – Advanced AIR – CRUD Database

二, 03/09/2010 - 10:18
The third episode in my new series of Flash Downunder is now live. This series looks at some of the advanced features of building AIR applications with Flash Professional. This episode covers how to create a database in your Adobe AIR Application and apply CRUD functions to ‘Create’, ‘Read’, ‘Update’ and ‘Delete’ entries. The source files [...]

Helisso – a Packager for Symbian devices (built using Adobe AIR)

一, 03/08/2010 - 14:46
Mark Doherty (Adobe) has created a tool using Adobe AIR that allows developers to create SIS packages for Symbian devices. It currently targets Flash Lite 3.x for Nokia S60 devices, and the tool runs under both Windows and Mac because it’s an AIR app. Mark has all the details on his blog. Here’s a demo [...]

This Weeks Top Posts (3/6)

日, 03/07/2010 - 04:18
Here is a collection of blog posts from my coworkers on the Flex SDK, Adobe AIR, Flash Player, Flash Authoring, OSMF, and Evangelism teams. Flexponential (Steven Shongrunden): List with truncation instead of a horizontal scroll bar Flexponential (Kevin Lin): Memory...

It’s Getting Really Busy Around Here!

六, 03/06/2010 - 04:43
Well, so far 2010 has really started of with a bang and our office is starting to get busier than we can handle. We have had our heads down, working hard on a few Adobe AIR apps, some pretty cool Flash development on embedded devices, as well as some mobile development for the iPhone. It’s [...]

Thoughts on first Flex/Air app

六, 03/06/2010 - 00:21
Recently I launched my first Flex-based Air application.  Here are my thoughts: Flex apps are real apps Previously I thought Flex applications where simply the V in an MVC framework with a bunch of fancy UI widgets.  Now I see differently and the value of a Flex MVC framework becomes clear. Value-Objects and ORM is beautiful I used the Data/Services feature of Flash Builder 4 to get a quick start on the application. The object it creates can be sent to ColdFusion and saved to the database by simply using entitySave().  Powerful stuff.  Exactly how this is used is dependent on the

Impressive Adobe AIR Application - Google Analytics Suite

五, 03/05/2010 - 20:24
Once again I have been impressed by AIR - Adobe Integrated Runtime. I can see massive advantages of an app environment like this even if I have some requirements that are not available. Anyway, we use Google Analytics for client projects and our own websites and I always found the interface a little bit confusing. The left hand menu was structured Marketing, Developer etc and I had no idea where anything was. The AIR Application Google Analytics Suite solves this problem by.....[READ MORE »]

Adobe AIR Flex 3 HTTP Basic Authentication

五, 03/05/2010 - 20:24
I am a week into Flex 3 development building an AIR app to test the new API for Teamwork Project Manager and thought I would share an issue with HTTP Basic Authentication that I ran into. To be honest it has been itching away at me all day today and half of yesterday and I finally solved it. What I am trying to do: Connect to the Teamworkpm.net API Pass my URL, Username and Password to be authenticated Catch the HTTP Status code in the response Catch any IO errors if .....[READ MORE »]

Touch Gestures with Adobe Flex, Adobe Air, and the iPhone

五, 03/05/2010 - 04:41
Lee Brimelow just posted a great tutorial illustrating how easy it is to make multitouch applications with both Flash CS5, AIR 2.0, and Flash 10.1. But what it you’re a Flex guy and don’t play well with (or have) Flash? And what if you don’t have a touch interface that supports gesutures? Well if [...]

Download PhotoScape

五, 03/05/2010 - 00:47
  Click Here to Download Now (Windows) The Tech Labs Tutorial - Free Adobe Air, Flash and Flex Tutorials Related posts:PhotoScape Download by Colin Klinkert ©2010 Flash Platform and ActionScript Tutorials. All Rights Reserved.

Flash Downunder – Advanced AIR – Application UI Part 2

三, 03/03/2010 - 10:18
The second episode in my new series of Flash Downunder is now live. This series looks at some of the advanced features of building AIR applications with Flash Professional. This episode covers how to create a custom menu in your Adobe AIR Application. The source files for this episode are in an earlier blog post so [...]

Multitouch in AIR 2.0 – Actionscript based AIR application

三, 03/03/2010 - 04:36
Yesterday Lee Brimelow posted a new tutorial on GoToandLearn.com about Multitouch gestures on the mac. I watched the video and was amazed at how quickly he built a really cool little demo. So I fired up my Flash IDE and started into trying to duplicate his efforts. But I quickly ran into [...]

SimTouch – Simulate Native TouchEvents on the Flash Platform

一, 03/01/2010 - 18:18
So, I promised SimTouch would be good to go by March 1st and here it is in all it's 'beta' glory. SimTouch is an Adobe Air application that simulates native touch events on the Flash platform. SimTouch is a transparent app that sits on top of the application that you are developing and dispatches TouchEvents to your application through a connection class. Additionally, by using the SimConnect class you can use your iPhone to simulate Touch Events.

New Video Tutorial on Multi-Touch Gestures

一, 03/01/2010 - 10:27
I just finished uploading a new tutorial explaining how to create applications that respond to multi-touch gestures like zoom and rotate. This example creates an Adobe AIR 2.0 application as it is currently the only solution that will work cross-platform. I show the application running on both a MacBook Pro and an HP TouchSmart computer. [...]