The MAX Conference in San Francisco which just ended brought up so much cool stuff and I tried to summarize a but to give an overview of what is all announced and released.
Adobe AIR 1.5
Adobe DevNet article
New: Encrypted local database, Flash Player 10 and WebKit update
CoCoMo beta
“Codename “Cocomo” is a Platform as a Service that [...]
Last week we had the first Flex Camp in Hamburg and in parallel also in Bucharest and Vienna!
I think the event was a great success and all speakers did a great job. The Flex Usergroup Hamburg did a great job organizing this event and I hope the location at Adobe was comfortable enough.
Below you see [...]
I few days ago I blogged about how to open target=”_blank” anchor links in the system browser and leaving normal links in the HTML control of AIR. Since that I learned a bit more and people pointed me to the AIR docs. There you can find a great chapter about “Defining browser-like user interfaces for [...]
I have played with the WebKit engine of AIR which is exposed to Flex with the HTML control.
You can set the content by specifying a http location or by setting the htmlText which should be HTML code as a String. Let’s play with the HTML so create a new Flex/AIR project in Flex Builder and [...]
Since last week FlexUnit has a new home on Adobe Open Source and I thought it would be the time to finalize my post about FlexUnit with AIR and Ant which I had in the pipe for a longer time.
You can run Ant via command line or from within Eclipse which provides an Ant panel [...]
When you build a multi-window AIR application you have to care about the parent Sprite/DisplayObject you set for popups opened with the PopupManager and Alert.
In a single application you probably used this:
PopUpManager.addPopUp(yourView, Application.application as DisplayObject, modal);
Problem is when you call this from a view which lives in a native window and not in the main [...]
Recent Comments