SWFMovie_remove
Removes a SWFDisplayItem from the movie stage.
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
Removes a SWFDisplayItem from the movie stage.
#include <ming.h>
void SWFMovie_remove
(
SWFMovie movie,
SWFDisplayItem item
);
A SWFDisplayItem stays on stage until it gets removed. This function removes the item. The item is displayed until the current frame.