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