Ubuntu Manpages

SWFMovie_importCharacter

Import a character to the movie

#include <ming.h>

SWFCharacter SWFMovie_importCharacter
(
SWFMovie movie,
const char *filename,
const char *name
);

Not Documented.
URL to movie.
Idetifier of character.

Imports characters from an other movie. Filename (URL) points to a SWF file with exported characters.

A SWFCharacter object.