AS2VideoSupport::CreateASCharacter

AS2VideoSupport::CreateASCharacter
virtual DisplayObjectBase* CreateASCharacter(MovieImpl*, CharacterDef*, InteractiveObject*, ResourceId, MovieDefImpl*) = 0;
Description

CreateASCharacter creates a new instance of a AS2 video character.

Parameters
Parameters 
Description 
MovieImpl* 
The root movie clip. 
CharacterDef* 
The character definition. 
InteractiveObject* 
The character parent object. 
ResourceId 
The resource identifier. 
MovieDefImpl* 
The data binding root for character; provides the MovieDefImpl object with binding tables necessary for the character instance to function. 
Return Value

The created AS2 video character.