Skip to content

{ Tag Archives } flash

Why I Love flash.utils.Dictionary, and you should too!

One of the unsung heroes of readable AS3 code is the native Dictionary class. A Dictionary is just a container for key/value pairs, much like Object. In fact, a lot of people don’t realize just how useful Dictionary is. The assumption, easy to make, is that it’s better to use Object because then you don’t [...]

Also tagged , , , , , ,

Adobe AIR, NativeProcess and Python – Introduction

Right now, if you want to handle input and output between Arduino and Adobe Flash/AIR, the recommended best practice is to use a program like SerProxy to listen to your serial input, turn it into socket data and publish it to local host. Inside of Flash, then, you treat it as a socket server – [...]

Also tagged , , , ,

Flash, CSS and Embedded Fonts

Seems like every time I get a new project that involves styling dynamically generated text in Flash, using custom fonts and with no access to Flex’s @embed trickery, I run into problems. I’m writing this blog entry not just to share a solution with you but also to have a single writeup for my own [...]

Also tagged , , , ,