root/test/Movie/setScriptLimits/test01.c

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

DEFINITIONS

This source file includes following definitions.
  1. main

#include <libming.h>


main()
{
        SWFMovie m = newSWFMovieWithVersion(8);
        SWFMovie_setScriptLimits(m, 10, 11);
        SWFMovie_save(m,"test01.swf");
        return 0;
}

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