Adobe AIR Source Line Count(with source code)

Categories AIR | 05/10/09 | 5,773 views   |  tags: , , ,
Adobe AIR Source Line Count(with source code)

As a programmer, project manager or a customer, we need an overview of a project source code. There are so many tools which can help us quickly and easily get a report on source code in some programming languages such as C/C++, Java, PHP etc.

As a adobe AIR programmer, mayby you wanna make a Source Line Counter by yourself, you can know the line of *.mxml and *.as. How can we build it?

Read More

How to Render PDF Content in AIR(With Source Code)

Categories AIR | 18/09/09 | 6,240 views   |  tags: , , , ,
How to Render PDF Content in AIR(With Source Code)

As we all know, PDF is a file format created by Adobe®, it lets you can view and print a file exactly as the author designed it, without needing to have the same application or fonts used to create the file.

PDF has become an Internet standard for electronic distribution because the look and feel of the original document complete with fonts, colors, images, and layout. PDF is so userful, can we render PDF contents in Adobe AIR applications? If can, how to do it?

Read More