AS3VideoSupport::CreateASCharacter

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

CreateASCharacter creates a new instance (AS3) of a 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 AS3 video character.