ActionScript

Photoshop Blend Modes available in Flash

22 Photoshop blend modes available to Flash thanks to Pixel Bender. Plus, the source code is available as open source license !

How to insert a SWF file in an ASDoc API documentation ?

ASDoc API documentation is well designed for developers but remain difficult to read for others. Some of my co-workers are web designer. They code a bit but they want API to be simple and they want usage examples. In the past days I developed some image filters and effects for them. The resulting API has [...]

Papervision : Mouse interaction with 2D MovieMaterial

The nature of Papervision MovieMaterial gives users the ability to interact with it’s content. However it can be tricky to make it work.

Array.sort() should not be used to shuffle an array

When a developer searches the web for an algorithm to shuffle an array in JavaScript or ActionScript, he will surely find a way to achieve that using the Array.sort() method (see references : JavaScript, ActionScript 3)…

How to get a mouse hand over a TextField in AS3 ?

It’s pretty simple…

Flash Toolbox

I maintain here some ActionScript3 tools and frameworks I use in my day to day work.