Yes, finally! The book will be printed by Pearson. For now though, just in french. You should post comment here to thanks Thibault and to ask for an english version ( maybe if there is tons of people asking for…
I thought I’ve talk about this one already but looking in my archive I haven’t been able to find it. SOooo. This is an excellent french book “Pratiques d’Actionscript” from Thibault that you can find here ++
It’s been a while since I blogged. Working like hell and have no time for anything else :/ But I had to talk about the initiative of Mike Chambers and the tostring.org website. The purpose of this website will be…
Hello, Here it is, you can get all the sources for Flex3 but also Flex4 and all the other open projects here http://opensource.adobe.com/wiki/display/site/Home ( for now only Flex and Blase in the svn ) Yup, another one, Check it here:…
Since january this year, Adobe and Oreilly have teamed up to create a new online community ( for both designer and developer ) Enjoy
So what is Tamarin? “The goal of the “Tamarin” project is to implement a high-performance, open source implementation of the ECMAScript 4th edition (ES4) language specification. The Tamarin virtual machine will be used by Mozilla within SpiderMonkey, the core JavaScript…
This class will help you to get correct hexa string to save in a file. eg, 10 in decimal is “A” in hexadecimal, but when creating an hexa string to save it in a file you need to give the…
This class will help you to have a string in hexadecimal format to save it in a file. It creates the header of the file, the header of the bitmap and the data. This class require the Hexa class. Be…
Today I have to finish an application I’m developing for my company. This application is downloading external parts of a house (png files) and displaying them on top of the house image. Thus the user can see the different texture…
This class has been made to be able to listen to the events of a CLASS not to the on of an instance.