My opinion about the Apple vs Adobe fight: I feel I don’t need to choose at the moment.

  • Share/Bookmark
Read more

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 …

  • Share/Bookmark
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/Bookmark
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. …

  • Share/Bookmark
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 content …

  • Share/Bookmark
Read more
Page 1 of 212