root/test/Movie/new/test07.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. main

#include <libming.h>

main()
{
SWFMovie m;

m= newSWFMovieWithVersion(8);
SWFMovie_setBackground(m, 0, 0, 0);
SWFMovie_save(m,"test07.swf");

return 0;
}

/* [<][>][^][v][top][bottom][index][help] */