root/test/Movie/FrameLabel/test02.c

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

DEFINITIONS

This source file includes following definitions.
  1. main

#include <libming.h>

static char *test = "test01";

main()
{
SWFMovie m;

m= newSWFMovie();

SWFMovie_namedAnchor(m,"frame0");

SWFMovie_save(m,"test02.swf");

return 0;
}

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