Mike Chambers

code = joy

Search Results

FlashCamp San Francisco, May 29th : Flex 4, Flash Catalyst, Flex Builder 4

with 11 comments

We have just posted information about FlashCamp San Francisco, a free developer event that we will be holding in the Adobe San Francisco Office on Friday night, May 29th. This will be similar to the ApolloCamp event that we held for the Apollo Beta launch a couple of years ago, although this event will be focused on the next generation of Flex, including Flex 4, Flash Catalyst, and Flex Builder 4.

Register for FlashCamp San Francisco

From the event page:

FlashCamp San Francisco is a free one night event hosted by Adobe covering everything you need to know about getting started with building and designing rich Internet applications (RIAs) with Flex 4, Flex Builder 4 and Flash Catalyst.

Read the rest of this entry »

Written by mikechambers

May 5th, 2009 at 10:41 am

Posted in Conferences,General

Tagged with ,

Introducing tostring.org : AIR / Flash Player / RIA books online

with 10 comments

Prior to the release of Adobe AIR 1.0, I worked on two books about Adobe AIR (then know by its code name of “Apollo”). The books, “Adobe Integrated Runtime for JavaScript Developers Pocketguide” and “Apollo for Adobe Flex Developers Pocketguide” provided an introduction to Adobe AIR, and all of the information a developer would need to get over the hump of developing for Adobe AIR.

In addition to being published by O’Reilly, we released both books online under a Creative Commons license. We were not sure what effect, if any this would have on the book or community, but were pleasantly surprised when the community began to translate and republish the books online in different languages (including Russia, French and Japanese).
Read the rest of this entry »

Written by mikechambers

June 23rd, 2008 at 12:32 pm

Posted in General

Customize the default AIR application descriptor xml file in Flex Builder beta

with 3 comments

Here is a quick tip, that I got from Tom Lane on the Flex Builder team. If you do a lot of AIR development, then you have probably noticed that the default application descriptor file in Flex Builder 3 Beta 2, is heavily commented. While this makes it easy to learn the new tags, it can be a little overwhelming, and make it difficult to find the actual tags you need.

Luckily, there is an easy way to edit the default template for the file. Note, this is not supported and subject to change in the future.
Read the rest of this entry »

Written by mikechambers

October 2nd, 2007 at 10:56 am

Posted in air

New Adobe AIR Book Available for Download

with 25 comments

Danny Dura, Kevin Hoyt and myself have been working on a new Adobe AIR book, which has just been published. The book, which is published by O’Reilly, is titled Adobe Integrated Runtime for JavaScript Developers Pocketguide and provides an introduction to Adobe AIR, targeted at HTML and JavaScript developers.

Adobe AIR For JavaScript Developers Cover

Not only can you buy it from Amazon, but Ajaxian.com has posted the entire book online for download.
Read the rest of this entry »

Written by mikechambers

June 27th, 2007 at 8:44 am

Posted in General

18 New Apollo / AIR Camp Events Announced

with 2 comments

As you may have read, we just announced that we are doing an 18 city bus tour through North America this summer, where we will be holding Apollo / AIR Camp events. We have launched a website, where you can find more information about the tour, including cities, dates, agenda and news.

I just checked the latest registration numbers, and the space is filling up pretty quick. So, head on over to the site, find the city closest to you, and make sure to register.

You can find more information on the website, on the bus tour blog, and in this video overview of the tour.

Get more info at : onair.adobe.com.

Written by mikechambers

June 12th, 2007 at 12:49 pm

Posted in On AIR Tour

New Apollo Book : Apollo in Flight

with 4 comments

Check it out. Sams Publishing has just released an Apollo ebook authored by Mike Givens titled Apollo in Flight. The book is seven chapters, and is available for purchase and download from the Sams site.

You can find more information on the book here.

Written by mikechambers

June 7th, 2007 at 11:02 pm

Posted in General

Playing a Sound from JavaScript in the Apollo Beta

with 7 comments

I just finished up a book I have been working on (along with Kevin Hoyt and Danny Dura) that covers using JavaScript and HTML to build Apollo applications. In celebration of finally writing my last example, I wanted to post it here.

Here is a simple example that shows how to use Flash Player and ActionScript APIs directly from JavaScript to play a sound in the upcoming Apollo beta.
Read the rest of this entry »

Written by mikechambers

June 6th, 2007 at 12:11 am

Posted in air

Accessing a File’s Icon in the Apollo Beta

with 2 comments

Kevin Hoyt gives a sneak peak of one of the new features in the upcoming beta that allows you to access an file’s system icon bitmap data from within an Apollo application.

Kevin’s example is in HTML and JavaScript, but the same technique applies to ActionScript.

You can see the entire post, complete with code and screencast over at Kevin’s weblog.

Written by mikechambers

June 4th, 2007 at 8:06 am

Posted in General

Apollo Beta will include SQLite Embedded Database

with 40 comments

Google announced their Google Gears project today which uses SQLite to allow browser based applications to work off-line. (Ryan and JD have more info on that). Part of the announcement was that the upcoming beta of Apollo will also include SQLite to allow developers access to an embedded database for their applications.

This has probably been the #1 request we have heard from developers since we release the alpha, and with a tons of help from the Flex team, we were able to add it.

We will be releasing more information once the Apollo beta is public on labs (sooner rather than later).

Update: I meant to add that we are working on aligning the Apollo DB and Gears DB apis, with the goal of making it easier to build applications and code that can leverage both API implementations (on the desktop and in the browser).

Written by mikechambers

May 30th, 2007 at 8:10 pm

Posted in air

Open Source Amazon S3 ActionScript Library

with 4 comments

Christian Cantrell has released and open sourced an Amazon S3 ActionScript 3 Library. This can be used to send and retrieve items to an from the Amazon S3 storage service from an Apollo application.

We posted a video of Christian showing of an appliction that uses the API a couple of weeks ago.

You can find more information here.

Written by mikechambers

May 30th, 2007 at 8:46 am

Posted in ActionScript,air