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: Flash
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
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
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
SWF meta tag
I’m always searching for it so here is a useful blogpost. As the latest FDT version ( Beta 4 ) does not set compiler arguments concerning SWF-size, framerate etc. by default I started using SWF-Metatags to specify these settings. I’m … Continue reading
Posted in ActionScript, Flash
Leave a comment
Date.time vs. Date.setTime() getTime() performance
Using Date.setTime() and Date.getTime() is faster than Date.time. My quick speed test to determine the fastest way to get and set time values on Date objects: var date : Date = new Date(); var max : Number = date.time; … Continue reading
Posted in ActionScript, Flash
4 Comments
iPhone / iPad ActionScript Guide quotes
As I mentioned here I strongly recommend to read Adobe’s Building ADOBE® AIR® Applications with the Packager for iPhone® guide or Flash Platform for iPhone. Just some ActionScript facts: ActionScript APIs unsupported on mobile devices ActionScript APIs specific to mobile … Continue reading
Posted in ActionScript, Flash, iPhone / iPad
Leave a comment
iPhone / iPad Development Guide quotes
Since I’m diving deeper into Flash for iOS devices I strongly recommend to read Adobe’s Building ADOBE® AIR® Applications with the Packager for iPhone® guide or Flash Platform for iPhone. Beside the know how of subscribing as a Apple developer, … Continue reading
Posted in Flash, iPhone / iPad, Mobile Devices
4 Comments
iPad says hello to Flash community
Hello iPad. Maybe Apple denied compiling Apps with Flash because they just had problems delivering enough iPads to the Flash community? Since customer requests grow and a new version of iPad seems to appear on the horizon I decided to … Continue reading
Posted in Flash, iPhone / iPad, Mobile Devices
Leave a comment