SWFMovie_assignSymbol(3) SWFMovie_assignSymbol(3)
NAME
SWFMovie_assignSymbol - assigns a symbolic name for a SWFCharacter
SYNOPSIS
#include <ming.h>
void SWFMovie_assignSymbol
(
SWFMovie m,
SWFCharacter character,
const char *name
);
PARAMETERS
SWFMovie m
Not Documented.
SWFCharacter character
Target.
const char *name
Symbol.
DESCRIPTION
Such classes are available for usage in other SWF files and can be ref-
erenced from inside the current movie.
To assign a symbol to the root movie use NULL as character value.
c2man movie.c 1 October 2008 SWFMovie_assignSymbol(3)
ming 0.4.3 - Generated Tue Dec 7 10:55:50 CST 2010
