pt.tumba.parser.swf
Interface SWFActionCodes

All Known Implementing Classes:
ActionParser, Actions, ActionTextWriter, ActionWriter, TagWriter.ButtonActionWriter

public interface SWFActionCodes

Action Codes and associated constants

Author:
unknown

Field Summary
static int ADD
          Description of the Field
static int AND
          Description of the Field
static int ASCII_TO_CHAR
          Description of the Field
static int BIT_AND
          Description of the Field
static int BIT_OR
          Description of the Field
static int BIT_XOR
          Description of the Field
static int CALL
          Description of the Field
static int CALL_FUNCTION
          Description of the Field
static int CALL_METHOD
          Description of the Field
static int CALL_NEW_METHOD
          Description of the Field
static int CHAR_TO_ASCII
          Description of the Field
static int CLONE_SPRITE
          Description of the Field
static int CONVERT_TO_NUMBER
          Description of the Field
static int CONVERT_TO_STRING
          Description of the Field
static int DECREMENT
          Description of the Field
static int DEFINE_FUNCTION
          Description of the Field
static int DEFINE_LOCAL
          Description of the Field
static int DEFINE_LOCAL_VAL
          Description of the Field
static int DEL_THREAD_VARS
          Description of the Field
static int DEL_VAR
          Description of the Field
static int DIVIDE
          Description of the Field
static int DUPLICATE
          Description of the Field
static int END_DRAG
          Description of the Field
static int ENUMERATE
          Description of the Field
static int EQUALS
          Description of the Field
static int GET_MEMBER
          Description of the Field
static int GET_PROPERTY
          Description of the Field
static int GET_TARGET_PATH
          Description of the Field
static int GET_TIME
          Description of the Field
static int GET_URL
          Description of the Field
static int GET_URL_2
          Description of the Field
static int GET_VARIABLE
          Description of the Field
static int GOTO_FRAME
          Description of the Field
static int GOTO_FRAME_2
          Description of the Field
static int GOTO_LABEL
          Description of the Field
static int IF
          Description of the Field
static int INCREMENT
          Description of the Field
static int INIT_ARRAY
          Description of the Field
static int INIT_OBJECT
          Description of the Field
static int JUMP
          Description of the Field
static int LESS
          Description of the Field
static int LOOKUP_TABLE
          Description of the Field
static int MB_ASCII_TO_CHAR
          Description of the Field
static int MB_CHAR_TO_ASCII
          Description of the Field
static int MB_STRING_EXTRACT
          Description of the Field
static int MB_STRING_LENGTH
          Description of the Field
static int MODULO
          Description of the Field
static int MULTIPLY
          Description of the Field
static int NEW_OBJECT
          Description of the Field
static int NEXT_FRAME
          Description of the Field
static int NOT
          Description of the Field
static int OR
          Description of the Field
static int PLAY
          Description of the Field
static int POP
          Description of the Field
static int PREVIOUS_FRAME
          Description of the Field
static int PROP_ALPHA
          Description of the Field
static int PROP_CURRENTFRAME
          Description of the Field
static int PROP_DROPTARGET
          Description of the Field
static int PROP_FOCUSRECT
          Description of the Field
static int PROP_FRAMESLOADED
          Description of the Field
static int PROP_HEIGHT
          Description of the Field
static int PROP_HIGHQUALITY
          Description of the Field
static int PROP_NAME
          Description of the Field
static int PROP_QUALITY
          Description of the Field
static int PROP_ROTATION
          Description of the Field
static int PROP_SOUNDBUFTIME
          Description of the Field
static int PROP_TARGET
          Description of the Field
static int PROP_TOTALFRAMES
          Description of the Field
static int PROP_URL
          Description of the Field
static int PROP_VISIBLE
          Description of the Field
static int PROP_WIDTH
          Description of the Field
static int PROP_X
          Description of the Field
static int PROP_XMOUSE
          Description of the Field
static int PROP_XSCALE
          Description of the Field
static int PROP_Y
          Description of the Field
static int PROP_YMOUSE
          Description of the Field
static int PROP_YSCALE
          Description of the Field
static int PUSH
          Description of the Field
static int PUSHTYPE_03
          Description of the Field
static int PUSHTYPE_BOOLEAN
          Description of the Field
static int PUSHTYPE_DOUBLE
          Description of the Field
static int PUSHTYPE_FLOAT
          Description of the Field
static int PUSHTYPE_INTEGER
          Description of the Field
static int PUSHTYPE_LOOKUP
          Description of the Field
static int PUSHTYPE_NULL
          Description of the Field
static int PUSHTYPE_REGISTER
          Description of the Field
static int PUSHTYPE_STRING
          Description of the Field
static int RANDOM_NUMBER
          Description of the Field
static int REGISTER
          Description of the Field
static int REMOVE_SPRITE
          Description of the Field
static int RETURN
          Description of the Field
static int SET_MEMBER
          Description of the Field
static int SET_PROPERTY
          Description of the Field
static int SET_TARGET
          Description of the Field
static int SET_TARGET_2
          Description of the Field
static int SET_VARIABLE
          Description of the Field
static int SHIFT_LEFT
          Description of the Field
static int SHIFT_RIGHT
          Description of the Field
static int SHIFT_UNSIGNED
          Description of the Field
static int START_DRAG
          Description of the Field
static int STOP
          Description of the Field
static int STOP_SOUNDS
          Description of the Field
static int STRING_ADD
          Description of the Field
static int STRING_EQUALS
          Description of the Field
static int STRING_EXTRACT
          Description of the Field
static int STRING_LENGTH
          Description of the Field
static int STRING_LESS
          Description of the Field
static int SUBTRACT
          Description of the Field
static int SWAP
          Description of the Field
static int TO_INTEGER
          Description of the Field
static int TOGGLE_QUALITY
          Description of the Field
static int TRACE
          Description of the Field
static int TYPED_ADD
          Description of the Field
static int TYPED_EQUALS
          Description of the Field
static int TYPED_LESS_THAN
          Description of the Field
static int TYPEOF
          Description of the Field
static java.lang.String TYPEOF_BOOLEAN
          Description of the Field
static java.lang.String TYPEOF_FUNCTION
          Description of the Field
static java.lang.String TYPEOF_MOVIECLIP
          Description of the Field
static java.lang.String TYPEOF_NULL
          Description of the Field
static java.lang.String TYPEOF_NUMBER
          Description of the Field
static java.lang.String TYPEOF_OBJECT
          Description of the Field
static java.lang.String TYPEOF_STRING
          Description of the Field
static java.lang.String TYPEOF_UNDEFINED
          Description of the Field
static int WAIT_FOR_FRAME
          Description of the Field
static int WAIT_FOR_FRAME_2
          Description of the Field
static int WITH
          Description of the Field
 

Field Detail

NEXT_FRAME

static final int NEXT_FRAME
Description of the Field

See Also:
Constant Field Values

PREVIOUS_FRAME

static final int PREVIOUS_FRAME
Description of the Field

See Also:
Constant Field Values

PLAY

static final int PLAY
Description of the Field

See Also:
Constant Field Values

STOP

static final int STOP
Description of the Field

See Also:
Constant Field Values

TOGGLE_QUALITY

static final int TOGGLE_QUALITY
Description of the Field

See Also:
Constant Field Values

STOP_SOUNDS

static final int STOP_SOUNDS
Description of the Field

See Also:
Constant Field Values

ADD

static final int ADD
Description of the Field

See Also:
Constant Field Values

SUBTRACT

static final int SUBTRACT
Description of the Field

See Also:
Constant Field Values

MULTIPLY

static final int MULTIPLY
Description of the Field

See Also:
Constant Field Values

DIVIDE

static final int DIVIDE
Description of the Field

See Also:
Constant Field Values

EQUALS

static final int EQUALS
Description of the Field

See Also:
Constant Field Values

LESS

static final int LESS
Description of the Field

See Also:
Constant Field Values

AND

static final int AND
Description of the Field

See Also:
Constant Field Values

OR

static final int OR
Description of the Field

See Also:
Constant Field Values

NOT

static final int NOT
Description of the Field

See Also:
Constant Field Values

STRING_EQUALS

static final int STRING_EQUALS
Description of the Field

See Also:
Constant Field Values

STRING_LENGTH

static final int STRING_LENGTH
Description of the Field

See Also:
Constant Field Values

STRING_EXTRACT

static final int STRING_EXTRACT
Description of the Field

See Also:
Constant Field Values

POP

static final int POP
Description of the Field

See Also:
Constant Field Values

TO_INTEGER

static final int TO_INTEGER
Description of the Field

See Also:
Constant Field Values

GET_VARIABLE

static final int GET_VARIABLE
Description of the Field

See Also:
Constant Field Values

SET_VARIABLE

static final int SET_VARIABLE
Description of the Field

See Also:
Constant Field Values

SET_TARGET_2

static final int SET_TARGET_2
Description of the Field

See Also:
Constant Field Values

STRING_ADD

static final int STRING_ADD
Description of the Field

See Also:
Constant Field Values

GET_PROPERTY

static final int GET_PROPERTY
Description of the Field

See Also:
Constant Field Values

SET_PROPERTY

static final int SET_PROPERTY
Description of the Field

See Also:
Constant Field Values

CLONE_SPRITE

static final int CLONE_SPRITE
Description of the Field

See Also:
Constant Field Values

REMOVE_SPRITE

static final int REMOVE_SPRITE
Description of the Field

See Also:
Constant Field Values

TRACE

static final int TRACE
Description of the Field

See Also:
Constant Field Values

START_DRAG

static final int START_DRAG
Description of the Field

See Also:
Constant Field Values

END_DRAG

static final int END_DRAG
Description of the Field

See Also:
Constant Field Values

STRING_LESS

static final int STRING_LESS
Description of the Field

See Also:
Constant Field Values

RANDOM_NUMBER

static final int RANDOM_NUMBER
Description of the Field

See Also:
Constant Field Values

MB_STRING_LENGTH

static final int MB_STRING_LENGTH
Description of the Field

See Also:
Constant Field Values

CHAR_TO_ASCII

static final int CHAR_TO_ASCII
Description of the Field

See Also:
Constant Field Values

ASCII_TO_CHAR

static final int ASCII_TO_CHAR
Description of the Field

See Also:
Constant Field Values

GET_TIME

static final int GET_TIME
Description of the Field

See Also:
Constant Field Values

MB_STRING_EXTRACT

static final int MB_STRING_EXTRACT
Description of the Field

See Also:
Constant Field Values

MB_CHAR_TO_ASCII

static final int MB_CHAR_TO_ASCII
Description of the Field

See Also:
Constant Field Values

MB_ASCII_TO_CHAR

static final int MB_ASCII_TO_CHAR
Description of the Field

See Also:
Constant Field Values

DEL_VAR

static final int DEL_VAR
Description of the Field

See Also:
Constant Field Values

DEL_THREAD_VARS

static final int DEL_THREAD_VARS
Description of the Field

See Also:
Constant Field Values

DEFINE_LOCAL_VAL

static final int DEFINE_LOCAL_VAL
Description of the Field

See Also:
Constant Field Values

CALL_FUNCTION

static final int CALL_FUNCTION
Description of the Field

See Also:
Constant Field Values

RETURN

static final int RETURN
Description of the Field

See Also:
Constant Field Values

MODULO

static final int MODULO
Description of the Field

See Also:
Constant Field Values

NEW_OBJECT

static final int NEW_OBJECT
Description of the Field

See Also:
Constant Field Values

DEFINE_LOCAL

static final int DEFINE_LOCAL
Description of the Field

See Also:
Constant Field Values

INIT_ARRAY

static final int INIT_ARRAY
Description of the Field

See Also:
Constant Field Values

INIT_OBJECT

static final int INIT_OBJECT
Description of the Field

See Also:
Constant Field Values

TYPEOF

static final int TYPEOF
Description of the Field

See Also:
Constant Field Values

GET_TARGET_PATH

static final int GET_TARGET_PATH
Description of the Field

See Also:
Constant Field Values

ENUMERATE

static final int ENUMERATE
Description of the Field

See Also:
Constant Field Values

TYPED_ADD

static final int TYPED_ADD
Description of the Field

See Also:
Constant Field Values

TYPED_LESS_THAN

static final int TYPED_LESS_THAN
Description of the Field

See Also:
Constant Field Values

TYPED_EQUALS

static final int TYPED_EQUALS
Description of the Field

See Also:
Constant Field Values

CONVERT_TO_NUMBER

static final int CONVERT_TO_NUMBER
Description of the Field

See Also:
Constant Field Values

CONVERT_TO_STRING

static final int CONVERT_TO_STRING
Description of the Field

See Also:
Constant Field Values

DUPLICATE

static final int DUPLICATE
Description of the Field

See Also:
Constant Field Values

SWAP

static final int SWAP
Description of the Field

See Also:
Constant Field Values

GET_MEMBER

static final int GET_MEMBER
Description of the Field

See Also:
Constant Field Values

SET_MEMBER

static final int SET_MEMBER
Description of the Field

See Also:
Constant Field Values

INCREMENT

static final int INCREMENT
Description of the Field

See Also:
Constant Field Values

DECREMENT

static final int DECREMENT
Description of the Field

See Also:
Constant Field Values

CALL_METHOD

static final int CALL_METHOD
Description of the Field

See Also:
Constant Field Values

CALL_NEW_METHOD

static final int CALL_NEW_METHOD
Description of the Field

See Also:
Constant Field Values

BIT_AND

static final int BIT_AND
Description of the Field

See Also:
Constant Field Values

BIT_OR

static final int BIT_OR
Description of the Field

See Also:
Constant Field Values

BIT_XOR

static final int BIT_XOR
Description of the Field

See Also:
Constant Field Values

SHIFT_LEFT

static final int SHIFT_LEFT
Description of the Field

See Also:
Constant Field Values

SHIFT_RIGHT

static final int SHIFT_RIGHT
Description of the Field

See Also:
Constant Field Values

SHIFT_UNSIGNED

static final int SHIFT_UNSIGNED
Description of the Field

See Also:
Constant Field Values

GOTO_FRAME

static final int GOTO_FRAME
Description of the Field

See Also:
Constant Field Values

GET_URL

static final int GET_URL
Description of the Field

See Also:
Constant Field Values

REGISTER

static final int REGISTER
Description of the Field

See Also:
Constant Field Values

LOOKUP_TABLE

static final int LOOKUP_TABLE
Description of the Field

See Also:
Constant Field Values

WAIT_FOR_FRAME

static final int WAIT_FOR_FRAME
Description of the Field

See Also:
Constant Field Values

SET_TARGET

static final int SET_TARGET
Description of the Field

See Also:
Constant Field Values

GOTO_LABEL

static final int GOTO_LABEL
Description of the Field

See Also:
Constant Field Values

WAIT_FOR_FRAME_2

static final int WAIT_FOR_FRAME_2
Description of the Field

See Also:
Constant Field Values

WITH

static final int WITH
Description of the Field

See Also:
Constant Field Values

PUSH

static final int PUSH
Description of the Field

See Also:
Constant Field Values

JUMP

static final int JUMP
Description of the Field

See Also:
Constant Field Values

GET_URL_2

static final int GET_URL_2
Description of the Field

See Also:
Constant Field Values

DEFINE_FUNCTION

static final int DEFINE_FUNCTION
Description of the Field

See Also:
Constant Field Values

IF

static final int IF
Description of the Field

See Also:
Constant Field Values

CALL

static final int CALL
Description of the Field

See Also:
Constant Field Values

GOTO_FRAME_2

static final int GOTO_FRAME_2
Description of the Field

See Also:
Constant Field Values

PROP_X

static final int PROP_X
Description of the Field

See Also:
Constant Field Values

PROP_Y

static final int PROP_Y
Description of the Field

See Also:
Constant Field Values

PROP_XSCALE

static final int PROP_XSCALE
Description of the Field

See Also:
Constant Field Values

PROP_YSCALE

static final int PROP_YSCALE
Description of the Field

See Also:
Constant Field Values

PROP_CURRENTFRAME

static final int PROP_CURRENTFRAME
Description of the Field

See Also:
Constant Field Values

PROP_TOTALFRAMES

static final int PROP_TOTALFRAMES
Description of the Field

See Also:
Constant Field Values

PROP_ALPHA

static final int PROP_ALPHA
Description of the Field

See Also:
Constant Field Values

PROP_VISIBLE

static final int PROP_VISIBLE
Description of the Field

See Also:
Constant Field Values

PROP_WIDTH

static final int PROP_WIDTH
Description of the Field

See Also:
Constant Field Values

PROP_HEIGHT

static final int PROP_HEIGHT
Description of the Field

See Also:
Constant Field Values

PROP_ROTATION

static final int PROP_ROTATION
Description of the Field

See Also:
Constant Field Values

PROP_TARGET

static final int PROP_TARGET
Description of the Field

See Also:
Constant Field Values

PROP_FRAMESLOADED

static final int PROP_FRAMESLOADED
Description of the Field

See Also:
Constant Field Values

PROP_NAME

static final int PROP_NAME
Description of the Field

See Also:
Constant Field Values

PROP_DROPTARGET

static final int PROP_DROPTARGET
Description of the Field

See Also:
Constant Field Values

PROP_URL

static final int PROP_URL
Description of the Field

See Also:
Constant Field Values

PROP_HIGHQUALITY

static final int PROP_HIGHQUALITY
Description of the Field

See Also:
Constant Field Values

PROP_FOCUSRECT

static final int PROP_FOCUSRECT
Description of the Field

See Also:
Constant Field Values

PROP_SOUNDBUFTIME

static final int PROP_SOUNDBUFTIME
Description of the Field

See Also:
Constant Field Values

PROP_QUALITY

static final int PROP_QUALITY
Description of the Field

See Also:
Constant Field Values

PROP_XMOUSE

static final int PROP_XMOUSE
Description of the Field

See Also:
Constant Field Values

PROP_YMOUSE

static final int PROP_YMOUSE
Description of the Field

See Also:
Constant Field Values

TYPEOF_NUMBER

static final java.lang.String TYPEOF_NUMBER
Description of the Field

See Also:
Constant Field Values

TYPEOF_BOOLEAN

static final java.lang.String TYPEOF_BOOLEAN
Description of the Field

See Also:
Constant Field Values

TYPEOF_STRING

static final java.lang.String TYPEOF_STRING
Description of the Field

See Also:
Constant Field Values

TYPEOF_OBJECT

static final java.lang.String TYPEOF_OBJECT
Description of the Field

See Also:
Constant Field Values

TYPEOF_MOVIECLIP

static final java.lang.String TYPEOF_MOVIECLIP
Description of the Field

See Also:
Constant Field Values

TYPEOF_NULL

static final java.lang.String TYPEOF_NULL
Description of the Field

See Also:
Constant Field Values

TYPEOF_UNDEFINED

static final java.lang.String TYPEOF_UNDEFINED
Description of the Field

See Also:
Constant Field Values

TYPEOF_FUNCTION

static final java.lang.String TYPEOF_FUNCTION
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_STRING

static final int PUSHTYPE_STRING
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_FLOAT

static final int PUSHTYPE_FLOAT
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_NULL

static final int PUSHTYPE_NULL
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_03

static final int PUSHTYPE_03
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_REGISTER

static final int PUSHTYPE_REGISTER
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_BOOLEAN

static final int PUSHTYPE_BOOLEAN
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_DOUBLE

static final int PUSHTYPE_DOUBLE
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_INTEGER

static final int PUSHTYPE_INTEGER
Description of the Field

See Also:
Constant Field Values

PUSHTYPE_LOOKUP

static final int PUSHTYPE_LOOKUP
Description of the Field

See Also:
Constant Field Values