The ImageFlare API is the collection of graphics related classes for use with FlareScript.
The ImageFlare cfx tag requires either a SOURCE attribute containing script source or a SOURCEFILE attribute containing
an absolute path to a file containing the script source.
With the SOURCEFILE attribute, our convention is to use the .fs extension.
We also use this UltraEdit syntax definition for editing straight FlareScript.
The global variable cf is an instance of the Request class.
This single variable is available in every call to ImageFlare.
We will document function definitions in the following reference via this syntax :