Matt Gifford aka coldfumonkeh | Consultant Developer
View Github Profile


.net magazine ColdFusion / AIR tutorial

Oct 13, 2009

In line with the release of ColdFusion 9, I am pleased to announce that Fuzzy Orange's very own Andy Allan and I have written a tutorial on ColdFusion as a Service for the  UK's largest Web Design/Development magazine, .net mag.

.net magazine November 195

In the tutorial, featured in the November (195) issue of the magazine, we take you through the process of developing feature rich internet applications that can harness server-side ColdFusion functions without writing a single line of ColdFusion code.

The demo application was immense fun to write - something I could really get my teeth stuck into.

It's an interesting and fun application to showcase a few of the features available to use through the new ActionScript proxy classes shipped with ColdFusion 9.

The application itself allows the user to drag and drop an image onto the main application screen. Using the ColdFusion services now available, the user can then rotate and resize the image from within the AIR application, each time updating and calling back a new image from the ColdFusion server, using the built-in Image() functions.

To further highlight the possibilities now available, the application then allows the user to email the revised/amended image as an attachment to a user-defined email address, which uses the cfmail functionality in ColdFusion.

This is only the tip of the iceberg of some of the exposed functions now available through the new packages. Other proxy tags available for use within MXML applications are:

  • Chart (cfchart)
  • Document (cfdocument)
  • Pdf (cfpdf)
  • Pop (cfpop)
  • Util (including file upload support)
  • Config (configuring the application to use ColdFusion services)
  • Image (cfimage)
  • Mail (cfmail)

PDF creation directly within an AIR application, converting an Office document to PDF, interaction with Ldap, Mail and Pop services and further image manipulation enhance the interoperability between ColdFusion and the MXML scripting languages, and all of this achieved by using the cfservices.swc file, available with all ColdFusion 9 installations, and including it into your Flex/AIR application library path.

The November issue of .net magazine is out today (October 13th), so grab a copy and let us know what you think of the tutorial.

For more information:

Proxy ActionScript classes for ColdFusion Services


Latest Blog Posts

Jul 16, 2020
Github Actions with CommandBox and TestBox
Read More
Jul 9, 2020
Azure pipelines with CommandBox and TestBox
Read More
Dec 23, 2019
CFML content moderation detection component library
Read More