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
Author Archives: derRaab
Removing comments in CSS, HTML and ECMAScript (JavaScript)
While working on an Adobe AIR based source code editor I was looking for an easy way to remove comments from different kind of source codes. What first seemed like an easy regular expression turned out to be much more … Continue reading
Posted in ActionScript, Flash, JavaScript
Leave a comment
Adobe Tech Summit 2011 Berlin Notes
Currently I’m all day long busy learning more about JavaScript, webkit, iOS, web apps, browser differences and all the HTML 5 stuff while porting our SCORM based e-learning runtime. That kept me from following Adobe MAX and all the news … Continue reading
Posted in Conference
1 Comment
Ilias SCORM 2004 can’t read timestamp
If you’re working with Ilias LMS you might run into this issue as well, so I’ll share this here. We’re using SCORM 2004 with it’s cmi.comments_from_learner but it turned out that it wasn’t possible to read a previously set timestamp … Continue reading
Posted in E-Learning, Ilias, JavaScript
Leave a comment
JavaScript development – libraries and OOP coding conventions
As I wrote earlier I’m currently porting our ActionScript framework to JavaScript, which basically means I’m diving into JavaScript from and ActionScript developers perspective. Of course I’m still at the beginning of becoming a good JavaScript developer, but I made … Continue reading
Posted in JavaScript, Librarys
Leave a comment
JavaScript library development using ANT and YUICompressor
Since I need to port a huge ActionScript project to JavaScript I see myself confronted with different practices of code organization, workspace structures and a lot more JavaScript specific stuff. I’m used to big, strongly typed ActionScript library development with … Continue reading
Posted in ANT, JavaScript
9 Comments
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
Safari Flash Player detection problems with ClickToFlash
I really like the concept of blocking Flash, mainly because I don’t see these unwanted, crappy developed Flash adds sucking performance, but also because it’s a nice way to recognise Flash parts in websites. You’ll have your own reasons. Safari … Continue reading
Posted in Flash, Flash in Browser, Flash Player, Mac
Leave a comment
Linked List Performance Test using Getter or Interface
Another test regarding linked lists. Since I heavily use interfaces within the frameworks I’m working on I tried to define interfaces for my linked list items. I would love to use an abstract interface but with the full linked list … Continue reading
Posted in ActionScript
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