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: ActionScript
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
ActionScript vs. Objective C
If you are interested in Objective C programming this article a good start to explore: Cocoa Chronicles #1: ActionScript vs. Objective C
Posted in ActionScript, iPhone / iPad, Mac
Leave a comment
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
Embed fonts with Adobe Flash IDE
Almost every Flash project needs some embedded fonts and it is a good practice to compile the fonts into a separate SWF file. So here is a simple way to create a file that contains only embedded fonts. The SWF … Continue reading
Posted in ActionScript, Flash, How To...
Leave a comment
DisplayObject.rotationX,Y,Z
Just a quick note about working with DisplayObject.rotationX,Y,Z: Keep in mind that your DisplayObject rotates around it’s center point. This may result in weird optics if you forget to align your DisplayObject properly. Update: Well, there is much more to … Continue reading
Posted in ActionScript, Flash
2 Comments
ActionScript 3 API Reference for the iPhone
http://www.mikechambers.com/as3iphone/ Nice to have!
Posted in ActionScript, Documentations, Flash, Flex, iPhone / iPad
Leave a comment
Adobe Labs – Text Layout Framework
Weekly builds of text layout framework now available on Adobe labs: http://labs.adobe.com/technologies/textlayout/
Posted in ActionScript, Flash, Librarys, Utils
Leave a comment
Grant Skinners 50 reasons why AS 3 kicks ass
I found great slides on Grant Skinners blog. They give a quick introduction in AS 3 and it’s core benefits! 50 reasons why AS 3 kicks ass (Grant Skinner) Also a must read for developers! Update: And he also added … Continue reading
Posted in ActionScript, Flash, Flash in Browser, Flash Player
Leave a comment
Using Sprite.buttonMode and Sprite.mouseChildren
Today I found something I really did not understand very well. I had to debug a application because one button displayed the handCursor and another did not. Both use the same script and actually I didn’t find out why the … Continue reading
Posted in ActionScript
Leave a comment
AVM1 _globals are still global.
This is one of this quicknotes just for not forgetting a simple issue:While developing a “AS2Wrapper” for embeding AS2 contents in AS3 applications I recognised that _globals within the loaded AS2 SWFs still exist when you unload this SWF and … Continue reading
Posted in ActionScript, AVM1, Flash
Leave a comment