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

Posted in Work | Tagged , , , , | 9 Comments

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

Posted in Personal Projects | Tagged , , , | 26 Comments

Energizer – Plan Prepare Protect Weather Widget

This is a Desktop Weather Widget that connects to a custom web service and displays weather warnings and information for your area. It find your location automatically and will keep you up to date on the weather. It was created … Continue reading

Posted in Portfolio | Tagged , , , , | Leave a comment

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

Posted in Personal Projects | Tagged , , | 4 Comments

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

Posted in Work | Tagged , , , | 2 Comments