Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
SWFAction_compile - Compiles the current script stored in this SWFAction instance.
SYNOPSIS
#include <ming.h>
int SWFAction_compile
(
SWFAction action,
int swfVersion,
int *length
);
PARAMETERS
SWFAction action
Not Documented.
int swfVersion
Target SWF version.
int *length
Output length.
DESCRIPTION
Compiles the current script stored in this SWFAction instance.
RETURNS
0 on success, -1 otherwise. The length of the compiled bytecode is storen in the length pointer (if not
NULL).
c2man action.c 1 October 2008 SWFAction_compile(3)