SWFMovie_importCharacter
Import a character to the movie
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
Import a character to the movie
#include <ming.h>
SWFCharacter SWFMovie_importCharacter
(
SWFMovie movie,
const char *filename,
const char *name
);
Imports characters from an other movie. Filename (URL) points to a SWF file with exported characters.
A SWFCharacter object.