Cairngorm PHP Login
Posted by ravi | Posted in cairngorm, flex | Posted on 17-06-2009
Tags: Actionscript 3, cairngorm, HTTPService, PHP
0
This example explains how to communicate with PHP using the cairngorm framework:
As many of you already know, in AS3 there is no direct way to create singleton class i.e there is no keyword Singleton or any other equivalent keyword using which this can be accomplished. But there is a simple work around to create singleton class. The code below shows this: 1234567891011121314151617181920212223242526272829public...
This example explains how to communicate with PHP using the cairngorm framework: