You probably know Adobe is working to enable the development of iPhone applications on the Flash IDE. Yep, your imagination is correct: open Flash, write actionscript code, follow some step and end up with an iPhone application. The feature has been announced during the last Adobe Max conference. The great evangelist Lee Brimelow realized a …

Read more

I have been elected moderator for the comments on Adobe AIR documentation.
Although this year I am really busy I accepted the proposal from Adobe because:

Adobe is a great community. have a bug? post it on the forums and you’ll get a reply!
if you ever attended an Adobe’s conference, people are friendly and share a lot …

Read more

Flash running on the android platform? Yes. Flash was already been demonstrated as running on android. Now Bsquare has been charged to make the porting of the flash technology to the android platform. I started the study of the iphone sdk a while ago, and so did many flexers/actionscripters. But this news makes me mumble. …

Read more

I am a fan of json.
I use it extensively but sometimes I am forced to use xml. A pretty well know way to parse xml in Flex and Adobe air is the following:

var xml:XML = new XML(“<data><tag>content</tag></data>”);
private function parse():void {
for each (var t:XML in xml.children()) {
trace(“tag name: “+t.name()+” tag …

Read more

I started developing in Flash, doing websites. I then moved to Flash mobile (before the introduction of flite) and developed a mobile guide for a research project. When Flex was presented I didn’t dive into it, because I was busy with other projects and languages. When Adobe Air (introduced as Apollo) was released I started …

Read more
Page 1 of 212