Posted in as3 by nicoB on April 28th, 2008
Thibault Imbert has just released a new book on actionscript 3.0 in french : “Pratique d’actionscript 3″.
At first, his book was written to be published by O’Reilly but is finally published on the web under creative common licence.
In the 1100 pages he develops events, garbage collector, sockets, bytes arrays, sounds and more and more and more. It’s a really huge work.
Thibault is famous for his blog bytearray, and his work on wiiflash, alive pdf, gif player…
You can get a pdf version here : http://pratiqueactionscript3.bytearray.org/. A paper version will be available soon.
No Comments
Posted in as3 by nicoB on March 2nd, 2008
In my last project I lost some time just to set a textformat to a simple textfield. The font was well linked in the librairy, but the textformat (particularly the font) didn’t apply to the textfield.
I found the reason : flash renames bitmap fonts and adds the suffix : _SIZEpt_st.
- Verdana becomes Verdana_12pt_st
- Arial becomes Arial_12pt_st
- etc.
Read the rest of this entry »
2 Comments
Posted in work by nicoB on December 29th, 2007
My company launched 2 weeks ago, the new Fauchon website : www.fauchon.com.
Still in french for the moment, it will be translated in other languages soon.

Fauchon is a famous Parisian delicatessen and one of the world’s leading gourmet food and specialty companies.
Read the rest of this entry »
No Comments
Posted in work, as3 by nicoB on October 24th, 2007
My first Papervision project is online, yyyeeaaahhh!!!
With my company, I’ve developped the new Diesel Factory website. Now you can customize your own fragrance bottle and watch the result live in 3d.
Have a look at : http://www.diesel-factory.com.
Read the rest of this entry »
1 Comment
Posted in labs, as3 by nicoB on October 1st, 2007
In Papervision, the 3D Objects are defined in Collada files. Collada files are just XML files with a specific DTD (or schema). In consequence, colladas inherit the same qualities and defects as XML. One of the main defect is the file size which can be a major problem if you’re doing an online application.
Here a little tutorial to display a zipped collada in a papervision application : demo Read the rest of this entry »
1 Comment