WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
"SWFMovieClip_setNumberOfFrames" 3 "20 March 2008" "c2man movieclip.c"
"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.