root/test/Movie/setTabIndex/test01.c

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

DEFINITIONS

This source file includes following definitions.
  1. main

#include <ming.h>


int main()
{
        SWFMovie m = newSWFMovieWithVersion(7);

        SWFMovie_setTabIndex(m, 1, 2);
        SWFMovie_setTabIndex(m, 2, 2);

        SWFMovie_save(m, "test01.swf");
        return 0;
}


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