Tag Archive for ActionScript 3

Making your Flash Media Server life easier

While developing Flash media server applications I always find myself hitting the F1 button numerous times for a quick reference of the different onStatus Events (NetStream, netConnection,SharedObject). Ok, after a while one knows all out of the head. But a typo occurs more than often. Right, so I took some time today to make a [...]

Bitmap processing outside the displaylist

While preparing one of my classes (Learning Actioscript 3), I played around with the (great!) bitmapData class. Point of the experiment on the one hand was to see if I could draw a snapshot of a sprite (with several animations in it) that is not displayed on screen (not in the displaylist) and on the [...]

Attaching the same class to multiple library assets in AS3

The first time I started working with actionscript 3 in flash CS3 (a while a go now) I immediatly encountered a problem with attaching single classes to multiple movie clips. Previously I regularly attached the same class to multiple library assets to give them all similar capabilities, for example: if you want a library asset [...]