aPDF – An Open Source Development Kit Create & Output PDF Files In Flex
Thursday, December 11th, 2008In previous article AlivePDF: An Open Source PDF Development Kit Written By ActionScript 3 , we have introduced PDF development Kit: AlivePDF. Now besides AlivePDF, there is another aPDF we could choose. There are two version for choice: one is picture decoding based on as3corelib, another is based on mx.graphics.codec (flex 3). You need to [...]
How to use ArrayUtil Class? One of the as3corelib Tutorial
Thursday, September 4th, 2008as3corelib is an excellent open source package. The class inside is very convenient to use. But so pity we could only find a JSON sample on its official website. It is so difficult for Flex beginners to understand these classes. Now let’s thank Hydra1983, he has written the serial tutorial for as3corelib. Now the work [...]