Ubuntu Manpages

SWFMovie_setBackground

set the background color for a movie

#include <ming.h>

void SWFMovie_setBackground
(
SWFMovie movie,
byte r,
byte g,
byte b
);

Movie whose background is being set.
Red value of background color.
Green value of background color.
Blue value og background color.

This function sets the background color for the movie.