Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
SWFMovieClip_remove - Removes a SWFDisplayItem from the movieclips stage.
SYNOPSIS
#include <ming.h>
void SWFMovieClip_remove
(
SWFMovieClip clip,
SWFDisplayItem item
);
PARAMETERS
SWFMovieClip clip
Not Documented.
SWFDisplayItem item
Not Documented.
DESCRIPTION
A SWFDisplayItem stays on stage until it gets removed. This function removes the item. The item is
displayed until the current frame.
c2man movieclip.c 20 March 2008 SWFMovieClip_remove(3)