Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
SWFMovie_importCharacter - Import a character to the movie
SYNOPSIS
#include <ming.h>
SWFCharacter SWFMovie_importCharacter
(
SWFMovie movie,
const char *filename,
const char *name
);
PARAMETERS
SWFMovie movie
Not Documented.
const char *filename
URL to movie.
const char *name
Idetifier of character.
DESCRIPTION
Imports characters from an other movie. Filename (URL) points to a SWF file with exported characters.
RETURNS
A SWFCharacter object.
c2man movie.c 1 October 2008 SWFMovie_importCharacter(3)