Ubuntu Manpages

SWFMovie_setDimension

set the dimensions of a movie

#include <ming.h>

void SWFMovie_setDimension
(
SWFMovie movie,
float width,
float height
);

Movie to adjust.
New width of the movie.
New height of the movie.

This function sets the dimensions for the movie.