Archive for the 'air' category

Aptana IDE now supports Adobe AIR

Check this link: one of the best IDEs ever, Aptana IDE now supports the Adobe AIR.

Screencast is available, too.

Reusable vector component skins for Flex / AIR applications

Sean Hartman made reusable vector UI elements to be a basis of Flex skins in the design process. They can be customized by designer then accordingly to application needs.

Google 3D Map Application updated to the latest Adobe AIR Beta 1

I’ve updated the sources and installation file of the Google 3D Map Application made with Adobe Apollo to the latest Adobe AIR version. People who requested it — you can now download the sources and Google 3D Map 0.3 AIR Installation File.

New features:

- Map scrolling made much more smooth. Just smooth.
- Mouse wheel support: wheel to zoom camera in/out, Shift + Wheel to move camera above the horizon.
- Now uses native AIR chrome.

To run this version Google 3D Map, you need Adobe AIR Runtime Beta 1 - latest release at the moment.

Click screenshot to download / install app:

Please note: to compile the project from sources, you need the Papervision3D library. I’ve included its classes in the sources, but you surely should check out the latest version of this great library to get a taste of cute flash 3d programming.

Some details about migration from Adobe Apollo Alpha to Adobe AIR Beta 1: the main differences in application structure is renamed application container: now you use <mx:WindowedApplication> instead of <mx:ApolloApplication>. Also, there’s some changes in the application.xml file. Read the good tips on migrating here: Re: Apollo to AIR migration topic at the codeapollo.com forums.

Apollo 3D Test: my first Apollo app (Google Maps, Papervision3D, Flex, Apollo Alpha)

Update: Application is prepared for the latest version of the Adobe AIR.

Download the latest version here: Google 3D Map Adobe AIR Application.

Apollo is free from some limitations of regular Flash Player; for example, with Apollo’s HTML componente you able to load something from the web and to operate with it in any way, without necessity to care about all those annoyuing crossdomain policy files.

For example, you can take Google Maps, place it on the 3D plane or sphere, keeping the interactivity of dragging the map (you needed Apollo Runtime for have this example working):

I’m truly intrigued with Adobe Apollo…