Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
SWFAction_getByteCode - Returns the compiled bytecode.
SYNOPSIS
#include <ming.h>
byte *SWFAction_getByteCode
(
SWFAction action,
int *length
);
PARAMETERS
SWFAction action
Not Documented.
int *length
Not Documented.
DESCRIPTION
If not already compiled the script will compiled for SWF V7.
RETURNS
NULL in case of an error. Length pointer stores the length of the compiled bytecode.
c2man action.c 1 October 2008 SWFAction_getByteCode(3)