Adobe AIR Source Line Count(with source code)

Categories AIR | 05/10/09 | 5,763 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,227 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

How to Center AIR Window on Screen both Vertically and Horizontally

Most windows applications be needed to center on screen both vertically and horizontally, for AIR applications, we can use window.runtime.flash. system.Capabilities to do it. This class provides properties that describe the system and runtime that are hosting HTML content. We can provide appropriate content to as many users as possible by using the Capabilities. We can use code to alter its presentation when we know the conputer’s capabilities.

Use screen resolution and native window size properties to set desired coordinates, we can center our AIR application window.

Read More

How to Resume Download or Accessing Serial Port in AIR Applications VIA SOCKET

The Flex sockets are so cool, you can connect to any type of TCP/IP server, because of security policy we cant add and change HTTP headers, but using SOCKET you can send any type of HTTP requests and working with responses. So if you hope the task was to implement a download manager with resume download support, SOCKET is a good solution for you.

The same with above, if you want to use printer with air, you can not find any poperties to accessing serial port or usb, but it is possible with a binary socket and serial proxy.

Read More

126 Great Adobe AIR Applications Make Your Lives Easier

Categories AIR | 22/07/09 | 13,682 views   |  tags: ,
126 Great Adobe AIR Applications Make Your Lives Easier

Adobe AIR offers an exciting new way to engage customers with innovative, branded applications, without requiring changes to existing technology, people, or processes.

Adobe AIR as a cross-operating system runtime that enables web developers to use their existing web development skills, code and tools to build and deploy rich web applications and content to the desktop.
Read More