SWFAction_compile(3) SWFAction_compile(3)
NAME
SWFAction_compile - Compiles the current script stored in this SWFAc-
tion 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)
ming 0.4.3 - Generated Mon Dec 6 21:44:51 CST 2010
