SWFMovie_add_internal(3) SWFMovie_add_internal(3)
NAME
SWFMovie_add_internal - Adds a block to a movie.
SYNOPSIS
#include <ming.h>
SWFDisplayItem SWFMovie_add_internal
(
SWFMovie movie,
SWFMovieBlockType ublock
);
PARAMETERS
SWFMovie movie
Movie to which the block will be added.
SWFMovieBlockType ublock
Block to add to the movie.
DESCRIPTION
This function adds a block or character to a movie. Do not use this
function. Use SWFMovie_add instead.
RETURNS
A SWFDisplayItem.
c2man movie.c 1 October 2008 SWFMovie_add_internal(3)
ming 0.4.3 - Generated Tue Dec 7 10:11:04 CST 2010
