Browse > Home / Archive by category 'AIR'

| Subcribe via RSS

Live feeds from onAir tour bus …

July 11th, 2007 | No Comments | Posted in AIR, Video interactivity, adobe, apollo, onAIR bus

adobe onAIR

Like i said in the earlier post , the internet is changing due to the new tools available …
Adobe decided to live cast events from the onAIR bus & mash it into some map yay ( excited ) … ( i wish i was a part of that ) … =\

so here is what happens exactly , the bus equipped with GPS sender/receiver and a cam , using the 3 known sats it captures the location of the bus when an image is taken , and it posts that on yahoo maps …

you can watch a live vid of the event @ http://onair.adobe.com/live/
if you cant get it to work then they might be sleeeeeeeeeping lol .
checkout their site at http://onair.adobe.com

here are some images from mike chambers photostream :

Adobe AIR

Aint this the famous LEEEEEEEEE ;)

adobe AIR Lee2

The Antenna
Adobe AIR

MAC next to a WIN ( feel the love in the air ) ?

Adobe AIR

Adobe AIR

Adobe AIR

The new “WEB” trends will change the internet …

With all the new products released by adobe now , and the release of microsoft silverlight , i am kinda lost in here …
Adobe Apollo , new name (AIR) Adobe Integrated Runtime:
What i like about Apollo is that you dont only get to build any Desktop application that interacts with the internet only but it also interact with your local resources ( HD ) using the file API , it is based on flex as3 as far as i watched and i can wait to put my hands on it .

Adobe CS3 creative suite :
that is Flash , DW , InDesign , FW , Photoshop etc … CS3 , the following link explains it all in a great vid :
http://www.adobe.com/newsletters/edge/may2007/video/index.html
you can also have a look at the following link about Actionscript 3 , ( Doc and vid)
http://www.adobe.com/newsletters/edge/may2007/articles/article6/index.html?

Microsoft Silverlight (that can be adobe’s nightmare) :

you can also watch silver light for mobile devices on youtube …

Alot of Developer applications , i shall stick with adobe & at the moment im migrating from AS2 to AS3 , kinda confusing specially the Movieclip/Button interactivity … for ie .

In AS2 we can write a button function like this :

my_btn.onRelease = function() {
trace("Released");
}

but for AS3 it would be like this:

my_btn.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent):void {
trace("Clicked");
}

The reason its been done this way in as3 is to make a cleaner code , and faster code execution …

Adobe Video Workshop center:
http://www.adobe.com/designcenter/video_workshop/

now at the end , Lynda.com is offering a free video for Adobe Apollo Alpha preview by Mike Chambers
Enjoy … http://movielibrary.lynda.com/html/modPage.asp?id=378