Packagecom.gestureworks.cml.core
Classpublic class CMLAir
InheritanceCMLAir Inheritance Object

The CMLAir class is the registry file for AIR-exclusive classes that are capable of being loaded by the CML Parser.

You can register your own AIR class for CML loading by placing your class file in either no package, or one of the following packages:

You can then use the following import syntax to register your class:

com.gestureworks.cml.elements.CustomClass; CustomClass;

See also

com.gestureworks.cml.core.CMLCore