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

#FFK11

Contact me if you’re there: @derRaab

Posted in Conference, Flash | Leave a comment

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