AS2Support

AS2Support
Scaleform::GFx::AS2Support
Declaration
class AS2Support : public ASSupport;
Description

AS2Support class provides AS 2.0 support. AS2Support should be created by user and the state passed to the SetAS2Support method class of the Loader in order to have AS2 support. All methods of this class are used internally.

   // Add AS2 Support:
   Ptr<ASSupport> pAS2Support = *new GFx::AS2Support();
   loader.SetAS2Support(pAS2Support);
Methods
Method 
Description 
AS2Support constructor. 
File

GFx_AS2Support.h