Recent Comments
- derRaab on ActionScript performance test for Array, Object, Vector literals and Array.push, Vector.push methods
- Daniel Bunte on ActionScript performance test for Array, Object, Vector literals and Array.push, Vector.push methods
- derRaab on Set WP-Syntax tab width
- Juampa on Set WP-Syntax tab width
- ActionScript 3 Game Development 101 #1 : Snake - Dragoviandesign on SWF meta tag
Archives
Categories
.htaccess
ActionScript / AIR
Adobe
- ActionScript Runtime Errors
- AIR Application icons
- AIR Developer Tool (ADT) Error Codes
- AIRbenchmark.com
- AS 3 / AVM2 Performance Tuning
- Creative Suite Cleaner Tool
- E-Seminars
- Flash Mobile Developer Guide
- Flash Platform Reference
- Flash Platform Whitepapers
- 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
Adobe Native Extentions (ANE)
Apple / Mac OS X / Terminal
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
- Richard Lord
- Robert Penner
- Ryan Taylor
- Seb Lee-Delisle
- Ted Patrick
- Valentin Simonov
IntelliJ IDEA
JavaScript / CSS
Knowledge
Licenses
SCORM
Software
Utils
Web development tools
Tag Cloud
ActionScript Adobe Sneak Peeks Adobe TechNotes AIR ANT AsDoc Audio AVM1 Conference CSS 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
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
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
1 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
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
The Hitchhiker’s Guide to a Flash Player update
I really hate Flash Player updates just because it always takes me some time to figure out again how to update all of them on my Mac. Why isn’t there some kind of centralized Flash Player Manager? Well, as normal … Continue reading
Posted in Flash Player
3 Comments
Set WP-Syntax tab width
Since I’m using the WP-Syntax plug-in on my blog I tried to optimize font size and the tab width. Like a lot of developers I heavily use tabs in my source code. These tabs are really wide within the browser … Continue reading
Posted in How To..., PHP
4 Comments