AS3Support

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

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

   // Add AS3 Support:
   Ptr<ASSupport> pAS2Support = *new GFx::AS3Support();
   loader.SetAS3Support(pAS2Support);
Methods
Method 
Description 
AS3Support constructor. 
File

GFx_AS3Support.h