Adobe Flex Social Business Tool – AfConnect AIR Application

I wanted to take some time to show one of AppFoundation’s internal applications we use to manage a variety of information such as clients, projects, and communication between the two. AppFoundation’s social business solution, Af Connect, applies the full potential of Web 2.0 models like communities, collaboration and user generated …

FxConnect Framework Diagram

I wanted to release the core diagram for FxConnect. We have successfully used our framework on many large scale Adobe Flex and Adobe AIR application. The diagram below represents the core objects in FxConnect and their interrelations: 

FxConnect Framework

The FxConnect programming model is made up of:
• Application Framework: The Application Framework …

Render PDF in Adobe AIR with PDF Scaling

AIR can render PDFs using the HTMLControl as long as the host computer
has Acrobat 8 or later installed.
I have seen many examples of doing this, just without the ability to scale the PDF larger and smaller when a resize of the AIR application occurs. So I worked that issue out …