Tag Archives: AS3
AS3 liquid layout class
I’m sure everyone has needed one of these at one time or another. I just decided to finally get one together for myself. To use, you first call StageAlignTool.init() and pass in the stage, and optionally a minimum width and … Continue reading
AS3 bitmap mosaic class
This class will allow you to create a pixellated copy of any display object. It allows for varying pixel sizes and caching of rendered pixels so you don’t have to redraw them every time. mosaic Usage is as follows: var … Continue reading
Chugging along on Fless, the WordPress Flash front-end
I’ve spent a day or two reformatting and tightening up the code I left lingering on the Fless project I started. Here is the example It doesn’t look like much but it shows the ease of use of the framework. … Continue reading
Web Services in AIR (Flash CS3)
I have been banging my head against a wall for days. I am trying to get web services to work in an AIR app built with Flash CS3. My co-workers use a solution that works for Flash only http://labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash But … Continue reading