root/test/Movie/importCharacter/test02.c

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

DEFINITIONS

This source file includes following definitions.
  1. main

#include <libming.h>

int main()
{
        SWFMovie m = newSWFMovieWithVersion(8);
        SWFCharacter c = SWFMovie_importCharacter(m, "test.swf", "test");
        SWFMovie_add(m, c);
        SWFMovie_save(m, "test02.swf");
        return 0;
}       

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