#include <stdlib.h>
#include <stdio.h>
#include <ming.h>
Defines | |
#define | OUTPUT_VERSION 7 |
#define | OUTPUT_FILENAME "moviecliploader_test.swf" |
Functions | |
void | add_clip (SWFMovie mo, char *file, char *name, char *url, int x, int y) |
int | main (int argc, char **argv) |
#define OUTPUT_FILENAME "moviecliploader_test.swf" |
Referenced by main().
#define OUTPUT_VERSION 7 |
Referenced by main().
void add_clip | ( | SWFMovie | mo, | |
char * | file, | |||
char * | name, | |||
char * | url, | |||
int | x, | |||
int | y | |||
) |
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
References add_clip(), OUTPUT_FILENAME, and OUTPUT_VERSION.