SWFMovie_assignSymbol
assigns a symbolic name for a SWFCharacter
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
assigns a symbolic name for a SWFCharacter
#include <ming.h>
void SWFMovie_assignSymbol
(
SWFMovie m,
SWFCharacter character,
const char *name
);
Such classes are available for usage in other SWF files and can be referenced from inside the current movie.
To assign a symbol to the root movie use NULL as character value.