SWFMovieClip_setNumberOfFrames(3) SWFMovieClip_setNumberOfFrames(3)
NAME
SWFMovieClip_setNumberOfFrames - set the frame count of a movie
SYNOPSIS
#include <ming.h>
void SWFMovieClip_setNumberOfFrames
(
SWFMovieClip clip,
int totalFrames
);
PARAMETERS
SWFMovieClip clip
Not Documented.
int totalFrames
Not Documented.
DESCRIPTION
This function sets the frame count for the movieclip. If the number of
frames specified here exceeds the number of frame created when adding
content to the movie, then blank frames will be added to the movieclip
to pad it to the specified frame count.
c2man movieclip.c 20 March SWFMovieClip_setNumberOfFrames(3)
ming 0.4.3 - Generated Wed Dec 8 18:47:58 CST 2010
