Recent Comments
- K.C. Dameron on The Hitchhiker’s Guide to a Flash Player update
- Adobe Tech Summit 2011 - Seite 2 - Flashforum on Adobe Tech Summit 2011 Berlin Notes
- derRaab on Flash on iOS issue with flash.net.navigateToUrl( );
- William Grand on Flash on iOS issue with flash.net.navigateToUrl( );
- Anonymous on Aligning Flash TextField instances visually correct
Archives
Categories
.htaccess
Adobe
- ActionScript Runtime Errors
- AIRbenchmark.com
- AS 3 / AVM2 Performance Tuning
- E-Seminars
- Flash Mobile Developer Guide
- Flash Platform Reference
- Flash Player Support Center
- Flash Player Version Penetration
- Flex 2 Style Explorer
- Flex 3 Component Explorer
- Flex 4 SDK Downloads
- Local SQL databases in AIR
- Open Source Media Framework
- TV
- XML namespace tutorial
Blogroll
FDT
Flash Platformer
- André Michelle
- Aral Balkan
- ByteArray.org
- Christian Cantrell
- Colin Moock
- Daniel McLaren
- David Deraedt
- Den Ivanov
- Drew Cummins
- Eugene Zatepyakin
- Grant Skinner
- HIDIHO
- Jessee Freeman
- Jim Armstrong
- Joa Ebert
- Julian Dolce
- Keith Peters
- Mario Klingemann
- Mark Ledford
- Michael Baczynski
- Michaël Chaize
- Mike Chambers
- Mr. Doop
- Paul Robertson
- Ralph Hauwert
- Robert Penner
- Ryan Taylor
- Seb Lee-Delisle
- Ted Patrick
- Valentin Simonov
JavaScript / CSS
Knowledge
Licenses
SCORM
Utils
Web development tools
Tag Cloud
ActionScript Adobe Sneak Peeks Adobe TechNotes AIR ANT AsDoc Audio AVM1 Conference Documentations E-Learning FDT Flash Flash in Browser Flash on iOS Flash Player Flex Google How To... Ilias iPhone / iPad JavaScript JSFL Librarys Links Mac Microsoft Office Mobile Devices PHP Pixel Bender Server Terminal Uncategorized Utils VideoAffiliate Link Overkill
Category Archives: AIR
Adobe AIR 2.7: Faster App Performance on iOS
Get a big performance boost on iOS using Adobe AIR 2.7 SDK! Adobe’s current release version includes a number of feature enhancements: Install AIR Runtime to SD (Android) Improved performance on iOS Media Measurement Acoustic Echo Cancellation (Desktop only) Enhanced … Continue reading
Posted in AIR, Flash on iOS, iPhone / iPad
Leave a comment
Flex compiler – application descriptor: invalid application identifier
Whenever your Flex compiler prompts “application descriptor: invalid application identifier“, you might check your application description XML file. Your application ID might contain underscores (in my case) or other invalid characters. Since I found a hint to the solution only … Continue reading
Posted in AIR
Leave a comment
FFK11 – beyond tellerrand notes
I’m still not sure if “beyond tellerrand” is a subtitle or will become the new brand for the one and only Flashforum conference here in germany. Sascha Wolter and Marc Thiele did a great job as always and even I … Continue reading
Posted in ActionScript, AIR, Conference, Flash, Flash on iOS, Flex, iPhone / iPad
3 Comments
iOS development with AIR 2.6 using FDT and my new friend ANT
Adobe recently released AIR 2.6 with improved iOS support, so I finally had to get into using ADT with ANT. My editor of choice is FDT so I wanted to do as less extra work as possible. Mainly because I’m … Continue reading
Posted in AIR, ANT, FDT, Flash, Flash on iOS, iPhone / iPad, Terminal
4 Comments
Flash iOS packager update released!
Everything New in Adobe AIR 2.6 (read all on Christian Cantrells blog): Asynchronous Bitmap Decoding Owned Windows Bitmap Capture in StageWebView Microphone support on iOS StageWebView on iOS Multitasking on iOS Retina Support on iOS iOS Camera, CameraUI, and CameraRoll … Continue reading
Posted in AIR, Flash on iOS
1 Comment
Undocumented XMLUtil class in Adobe Flash CS5?
I tried to recompile an older Flash CS 4 project with Flash CS 5 but got this compile time error 1061: Call to a possibly undefined method reuseNodes through a reference with static type Class caused by the usage of … Continue reading
Posted in ActionScript, AIR, Flash, Flash in Browser, Flash Player, Flex
3 Comments
Aligning Flash TextField instances visually correct
I was looking for an easy way to align TextField instances with different font sizes visually correct. I really thought this wouldn’t take much time but it turned out to become really frustrating. So think about a simple scenario: Try … Continue reading
Posted in ActionScript, AIR, Flash, Flash in Browser, Flash Player, Flex
2 Comments
FFK10 – Flashforum conference notes
Every year I spend two days sitting in the audience of the Flashforum conference (FFK) listening to great speakers and getting impressed by their experiments and thoughts. It’s also a good way to renew some of the basic knowledge in … Continue reading
Posted in ActionScript, AIR, Flash, Flash in Browser, Flash Player, Flex, How To..., iPhone / iPad, Librarys, Utils
3 Comments
Flash and Amazon SimpleDB
I did some research about using Amazons SimpleDB service within a Flash based application and found these basic facts: http://sdb.amazonaws.com/crossdomain.xml is not available. This means no direct calls from Flash clients in browsers are possible! Even if it would be … Continue reading
Posted in AIR, Flash, Flash in Browser, Flash Player, Flex, Librarys, Server
1 Comment
URLRequest with HTTP authentication
I found a good explanation how to support HTTP authentication with URLRequests here. That’s the most interesting part: Best I can tell, for some reason, this only works where request method is POST; the headers don’t get set with GET … Continue reading
Posted in AIR, Flash, Flash in Browser, Flash Player, How To...
Leave a comment