pt.tumba.parser.swf
Interface SWFConstants

All Known Implementing Classes:
TagParser, TagWriter

public interface SWFConstants

Various SWF Constant Values

Author:
unknown

Field Summary
static int BITMAP_FORMAT_16_BIT
          Description of the Field
static int BITMAP_FORMAT_32_BIT
          Description of the Field
static int BITMAP_FORMAT_8_BIT
          Description of the Field
static int BUTTON2_IDLE2OVERDOWN
          Description of the Field
static int BUTTON2_IDLE2OVERUP
          Description of the Field
static int BUTTON2_OUTDOWN2IDLE
          Description of the Field
static int BUTTON2_OUTDOWN2OVERDOWN
          Description of the Field
static int BUTTON2_OVERDOWN2IDLE
          Description of the Field
static int BUTTON2_OVERDOWN2OUTDOWN
          Description of the Field
static int BUTTON2_OVERDOWN2OVERUP
          Description of the Field
static int BUTTON2_OVERUP2IDLE
          Description of the Field
static int BUTTON2_OVERUP2OVERDOWN
          Description of the Field
static int CLIP_ACTION_DATA
          Description of the Field
static int CLIP_ACTION_ENTER_FRAME
          Description of the Field
static int CLIP_ACTION_KEY_DOWN
          Description of the Field
static int CLIP_ACTION_KEY_UP
          Description of the Field
static int CLIP_ACTION_MOUSE_DOWN
          Description of the Field
static int CLIP_ACTION_MOUSE_MOVE
          Description of the Field
static int CLIP_ACTION_MOUSE_UP
          Description of the Field
static int CLIP_ACTION_ON_LOAD
          Description of the Field
static int CLIP_ACTION_UNLOAD
          Description of the Field
static int FILL_CLIPPED_BITMAP
          Description of the Field
static int FILL_LINEAR_GRADIENT
          Description of the Field
static int FILL_RADIAL_GRADIENT
          Description of the Field
static int FILL_SOLID
          Description of the Field
static int FILL_TILED_BITMAP
          Description of the Field
static int FONT_ANSI
          Description of the Field
static int FONT_BOLD
          Description of the Field
static int FONT_ITALIC
          Description of the Field
static int FONT_SHIFTJIS
          Description of the Field
static int FONT_UNICODE
          Description of the Field
static int FONT_WIDECHARS
          Description of the Field
static int FONT2_32OFFSETS
          Description of the Field
static int FONT2_ANSI
          Description of the Field
static int FONT2_BOLD
          Description of the Field
static int FONT2_HAS_LAYOUT
          Description of the Field
static int FONT2_ITALIC
          Description of the Field
static int FONT2_SHIFTJIS
          Description of the Field
static int FONT2_UNICODE
          Description of the Field
static int FONT2_WIDECHARS
          Description of the Field
static int SOUND_FORMAT_ADPCM
          Description of the Field
static int SOUND_FORMAT_MP3
          Description of the Field
static int SOUND_FORMAT_RAW
          Description of the Field
static int SOUND_FREQ_11KHZ
          Description of the Field
static int SOUND_FREQ_22KHZ
          Description of the Field
static int SOUND_FREQ_44KHZ
          Description of the Field
static int SOUND_FREQ_5_5KHZ
          Description of the Field
static int TAG_DEFINEBITS
          Description of the Field
static int TAG_DEFINEBITSJPEG2
          Description of the Field
static int TAG_DEFINEBITSJPEG3
          Description of the Field
static int TAG_DEFINEBITSLOSSLESS
          Description of the Field
static int TAG_DEFINEBITSLOSSLESS2
          Description of the Field
static int TAG_DEFINEBUTTON
          Description of the Field
static int TAG_DEFINEBUTTON2
          Description of the Field
static int TAG_DEFINEBUTTONCXFORM
          Description of the Field
static int TAG_DEFINEBUTTONSOUND
          Description of the Field
static int TAG_DEFINEFONT
          Description of the Field
static int TAG_DEFINEFONT2
          Description of the Field
static int TAG_DEFINEFONTINFO
          Description of the Field
static int TAG_DEFINEMORPHSHAPE
          Description of the Field
static int TAG_DEFINEQUICKTIMEMOVIE
          Description of the Field
static int TAG_DEFINESHAPE
          Description of the Field
static int TAG_DEFINESHAPE2
          Description of the Field
static int TAG_DEFINESHAPE3
          Description of the Field
static int TAG_DEFINESOUND
          Description of the Field
static int TAG_DEFINESPRITE
          Description of the Field
static int TAG_DEFINETEXT
          Description of the Field
static int TAG_DEFINETEXT2
          Description of the Field
static int TAG_DEFINETEXTFIELD
          Description of the Field
static int TAG_DOACTION
          Description of the Field
static int TAG_ENABLEDEBUG
          Description of the Field
static int TAG_END
          Description of the Field
static int TAG_EXPORT
          Description of the Field
static int TAG_FLASHGENERATOR
          Description of the Field
static int TAG_FRAMELABEL
          Description of the Field
static int TAG_FREECHARACTER
          Description of the Field
static int TAG_GEN_EXTERNAL_FONT
          Description of the Field
static int TAG_GENERATOR_TEXT
          Description of the Field
static int TAG_IMPORT
          Description of the Field
static int TAG_JPEGTABLES
          Description of the Field
static int TAG_NAMECHARACTER
          Description of the Field
static int TAG_PLACEOBJECT
          Description of the Field
static int TAG_PLACEOBJECT2
          Description of the Field
static int TAG_PROTECT
          Description of the Field
static int TAG_REMOVEOBJECT
          Description of the Field
static int TAG_REMOVEOBJECT2
          Description of the Field
static int TAG_SERIALNUMBER
          Description of the Field
static int TAG_SETBACKGROUNDCOLOR
          Description of the Field
static int TAG_SHOWFRAME
          Description of the Field
static int TAG_SOUNDSTREAMBLOCK
          Description of the Field
static int TAG_SOUNDSTREAMHEAD
          Description of the Field
static int TAG_SOUNDSTREAMHEAD2
          Description of the Field
static int TAG_STARTSOUND
          Description of the Field
static int TAG_TEMPLATECOMMAND
          Description of the Field
static int TEXT_HAS_COLOR
          Description of the Field
static int TEXT_HAS_FONT
          Description of the Field
static int TEXT_HAS_XOFFSET
          Description of the Field
static int TEXT_HAS_YOFFSET
          Description of the Field
static int TEXTFIELD_ALIGN_CENTER
          Description of the Field
static int TEXTFIELD_ALIGN_JUSTIFY
          Description of the Field
static int TEXTFIELD_ALIGN_LEFT
          Description of the Field
static int TEXTFIELD_ALIGN_RIGHT
          Description of the Field
static int TEXTFIELD_DISABLE_EDIT
          Description of the Field
static int TEXTFIELD_DRAW_BORDER
          Description of the Field
static int TEXTFIELD_FONT_GLYPHS
          Description of the Field
static int TEXTFIELD_HAS_FONT
          Description of the Field
static int TEXTFIELD_HAS_LAYOUT
          Description of the Field
static int TEXTFIELD_HAS_TEXT
          Description of the Field
static int TEXTFIELD_HAS_TEXT_COLOR
          Description of the Field
static int TEXTFIELD_HTML
          Description of the Field
static int TEXTFIELD_IS_MULTILINE
          Description of the Field
static int TEXTFIELD_IS_PASSWORD
          Description of the Field
static int TEXTFIELD_LIMIT_CHARS
          Description of the Field
static int TEXTFIELD_NO_SELECTION
          Description of the Field
static int TEXTFIELD_WORD_WRAP
          Description of the Field
static int TWIPS
          Description of the Field
 

Field Detail

TWIPS

static final int TWIPS
Description of the Field

See Also:
Constant Field Values

TAG_END

static final int TAG_END
Description of the Field

See Also:
Constant Field Values

TAG_SHOWFRAME

static final int TAG_SHOWFRAME
Description of the Field

See Also:
Constant Field Values

TAG_DEFINESHAPE

static final int TAG_DEFINESHAPE
Description of the Field

See Also:
Constant Field Values

TAG_FREECHARACTER

static final int TAG_FREECHARACTER
Description of the Field

See Also:
Constant Field Values

TAG_PLACEOBJECT

static final int TAG_PLACEOBJECT
Description of the Field

See Also:
Constant Field Values

TAG_REMOVEOBJECT

static final int TAG_REMOVEOBJECT
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBITS

static final int TAG_DEFINEBITS
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBUTTON

static final int TAG_DEFINEBUTTON
Description of the Field

See Also:
Constant Field Values

TAG_JPEGTABLES

static final int TAG_JPEGTABLES
Description of the Field

See Also:
Constant Field Values

TAG_SETBACKGROUNDCOLOR

static final int TAG_SETBACKGROUNDCOLOR
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEFONT

static final int TAG_DEFINEFONT
Description of the Field

See Also:
Constant Field Values

TAG_DEFINETEXT

static final int TAG_DEFINETEXT
Description of the Field

See Also:
Constant Field Values

TAG_DOACTION

static final int TAG_DOACTION
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEFONTINFO

static final int TAG_DEFINEFONTINFO
Description of the Field

See Also:
Constant Field Values

TAG_DEFINESOUND

static final int TAG_DEFINESOUND
Description of the Field

See Also:
Constant Field Values

TAG_STARTSOUND

static final int TAG_STARTSOUND
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBUTTONSOUND

static final int TAG_DEFINEBUTTONSOUND
Description of the Field

See Also:
Constant Field Values

TAG_SOUNDSTREAMHEAD

static final int TAG_SOUNDSTREAMHEAD
Description of the Field

See Also:
Constant Field Values

TAG_SOUNDSTREAMBLOCK

static final int TAG_SOUNDSTREAMBLOCK
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBITSLOSSLESS

static final int TAG_DEFINEBITSLOSSLESS
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBITSJPEG2

static final int TAG_DEFINEBITSJPEG2
Description of the Field

See Also:
Constant Field Values

TAG_DEFINESHAPE2

static final int TAG_DEFINESHAPE2
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBUTTONCXFORM

static final int TAG_DEFINEBUTTONCXFORM
Description of the Field

See Also:
Constant Field Values

TAG_PROTECT

static final int TAG_PROTECT
Description of the Field

See Also:
Constant Field Values

TAG_PLACEOBJECT2

static final int TAG_PLACEOBJECT2
Description of the Field

See Also:
Constant Field Values

TAG_REMOVEOBJECT2

static final int TAG_REMOVEOBJECT2
Description of the Field

See Also:
Constant Field Values

TAG_DEFINESHAPE3

static final int TAG_DEFINESHAPE3
Description of the Field

See Also:
Constant Field Values

TAG_DEFINETEXT2

static final int TAG_DEFINETEXT2
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBUTTON2

static final int TAG_DEFINEBUTTON2
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBITSJPEG3

static final int TAG_DEFINEBITSJPEG3
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEBITSLOSSLESS2

static final int TAG_DEFINEBITSLOSSLESS2
Description of the Field

See Also:
Constant Field Values

TAG_DEFINETEXTFIELD

static final int TAG_DEFINETEXTFIELD
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEQUICKTIMEMOVIE

static final int TAG_DEFINEQUICKTIMEMOVIE
Description of the Field

See Also:
Constant Field Values

TAG_DEFINESPRITE

static final int TAG_DEFINESPRITE
Description of the Field

See Also:
Constant Field Values

TAG_NAMECHARACTER

static final int TAG_NAMECHARACTER
Description of the Field

See Also:
Constant Field Values

TAG_SERIALNUMBER

static final int TAG_SERIALNUMBER
Description of the Field

See Also:
Constant Field Values

TAG_GENERATOR_TEXT

static final int TAG_GENERATOR_TEXT
Description of the Field

See Also:
Constant Field Values

TAG_FRAMELABEL

static final int TAG_FRAMELABEL
Description of the Field

See Also:
Constant Field Values

TAG_SOUNDSTREAMHEAD2

static final int TAG_SOUNDSTREAMHEAD2
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEMORPHSHAPE

static final int TAG_DEFINEMORPHSHAPE
Description of the Field

See Also:
Constant Field Values

TAG_DEFINEFONT2

static final int TAG_DEFINEFONT2
Description of the Field

See Also:
Constant Field Values

TAG_TEMPLATECOMMAND

static final int TAG_TEMPLATECOMMAND
Description of the Field

See Also:
Constant Field Values

TAG_FLASHGENERATOR

static final int TAG_FLASHGENERATOR
Description of the Field

See Also:
Constant Field Values

TAG_GEN_EXTERNAL_FONT

static final int TAG_GEN_EXTERNAL_FONT
Description of the Field

See Also:
Constant Field Values

TAG_EXPORT

static final int TAG_EXPORT
Description of the Field

See Also:
Constant Field Values

TAG_IMPORT

static final int TAG_IMPORT
Description of the Field

See Also:
Constant Field Values

TAG_ENABLEDEBUG

static final int TAG_ENABLEDEBUG
Description of the Field

See Also:
Constant Field Values

FILL_SOLID

static final int FILL_SOLID
Description of the Field

See Also:
Constant Field Values

FILL_LINEAR_GRADIENT

static final int FILL_LINEAR_GRADIENT
Description of the Field

See Also:
Constant Field Values

FILL_RADIAL_GRADIENT

static final int FILL_RADIAL_GRADIENT
Description of the Field

See Also:
Constant Field Values

FILL_TILED_BITMAP

static final int FILL_TILED_BITMAP
Description of the Field

See Also:
Constant Field Values

FILL_CLIPPED_BITMAP

static final int FILL_CLIPPED_BITMAP
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_ON_LOAD

static final int CLIP_ACTION_ON_LOAD
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_ENTER_FRAME

static final int CLIP_ACTION_ENTER_FRAME
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_UNLOAD

static final int CLIP_ACTION_UNLOAD
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_MOUSE_MOVE

static final int CLIP_ACTION_MOUSE_MOVE
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_MOUSE_DOWN

static final int CLIP_ACTION_MOUSE_DOWN
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_MOUSE_UP

static final int CLIP_ACTION_MOUSE_UP
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_KEY_DOWN

static final int CLIP_ACTION_KEY_DOWN
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_KEY_UP

static final int CLIP_ACTION_KEY_UP
Description of the Field

See Also:
Constant Field Values

CLIP_ACTION_DATA

static final int CLIP_ACTION_DATA
Description of the Field

See Also:
Constant Field Values

FONT_UNICODE

static final int FONT_UNICODE
Description of the Field

See Also:
Constant Field Values

FONT_SHIFTJIS

static final int FONT_SHIFTJIS
Description of the Field

See Also:
Constant Field Values

FONT_ANSI

static final int FONT_ANSI
Description of the Field

See Also:
Constant Field Values

FONT_ITALIC

static final int FONT_ITALIC
Description of the Field

See Also:
Constant Field Values

FONT_BOLD

static final int FONT_BOLD
Description of the Field

See Also:
Constant Field Values

FONT_WIDECHARS

static final int FONT_WIDECHARS
Description of the Field

See Also:
Constant Field Values

FONT2_HAS_LAYOUT

static final int FONT2_HAS_LAYOUT
Description of the Field

See Also:
Constant Field Values

FONT2_SHIFTJIS

static final int FONT2_SHIFTJIS
Description of the Field

See Also:
Constant Field Values

FONT2_UNICODE

static final int FONT2_UNICODE
Description of the Field

See Also:
Constant Field Values

FONT2_ANSI

static final int FONT2_ANSI
Description of the Field

See Also:
Constant Field Values

FONT2_32OFFSETS

static final int FONT2_32OFFSETS
Description of the Field

See Also:
Constant Field Values

FONT2_WIDECHARS

static final int FONT2_WIDECHARS
Description of the Field

See Also:
Constant Field Values

FONT2_ITALIC

static final int FONT2_ITALIC
Description of the Field

See Also:
Constant Field Values

FONT2_BOLD

static final int FONT2_BOLD
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_HAS_LAYOUT

static final int TEXTFIELD_HAS_LAYOUT
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_NO_SELECTION

static final int TEXTFIELD_NO_SELECTION
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_DRAW_BORDER

static final int TEXTFIELD_DRAW_BORDER
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_HTML

static final int TEXTFIELD_HTML
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_FONT_GLYPHS

static final int TEXTFIELD_FONT_GLYPHS
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_HAS_TEXT

static final int TEXTFIELD_HAS_TEXT
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_WORD_WRAP

static final int TEXTFIELD_WORD_WRAP
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_IS_MULTILINE

static final int TEXTFIELD_IS_MULTILINE
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_IS_PASSWORD

static final int TEXTFIELD_IS_PASSWORD
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_DISABLE_EDIT

static final int TEXTFIELD_DISABLE_EDIT
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_HAS_TEXT_COLOR

static final int TEXTFIELD_HAS_TEXT_COLOR
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_LIMIT_CHARS

static final int TEXTFIELD_LIMIT_CHARS
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_HAS_FONT

static final int TEXTFIELD_HAS_FONT
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_ALIGN_LEFT

static final int TEXTFIELD_ALIGN_LEFT
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_ALIGN_RIGHT

static final int TEXTFIELD_ALIGN_RIGHT
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_ALIGN_CENTER

static final int TEXTFIELD_ALIGN_CENTER
Description of the Field

See Also:
Constant Field Values

TEXTFIELD_ALIGN_JUSTIFY

static final int TEXTFIELD_ALIGN_JUSTIFY
Description of the Field

See Also:
Constant Field Values

TEXT_HAS_FONT

static final int TEXT_HAS_FONT
Description of the Field

See Also:
Constant Field Values

TEXT_HAS_COLOR

static final int TEXT_HAS_COLOR
Description of the Field

See Also:
Constant Field Values

TEXT_HAS_YOFFSET

static final int TEXT_HAS_YOFFSET
Description of the Field

See Also:
Constant Field Values

TEXT_HAS_XOFFSET

static final int TEXT_HAS_XOFFSET
Description of the Field

See Also:
Constant Field Values

BUTTON2_OVERDOWN2IDLE

static final int BUTTON2_OVERDOWN2IDLE
Description of the Field

See Also:
Constant Field Values

BUTTON2_IDLE2OVERDOWN

static final int BUTTON2_IDLE2OVERDOWN
Description of the Field

See Also:
Constant Field Values

BUTTON2_OUTDOWN2IDLE

static final int BUTTON2_OUTDOWN2IDLE
Description of the Field

See Also:
Constant Field Values

BUTTON2_OUTDOWN2OVERDOWN

static final int BUTTON2_OUTDOWN2OVERDOWN
Description of the Field

See Also:
Constant Field Values

BUTTON2_OVERDOWN2OUTDOWN

static final int BUTTON2_OVERDOWN2OUTDOWN
Description of the Field

See Also:
Constant Field Values

BUTTON2_OVERDOWN2OVERUP

static final int BUTTON2_OVERDOWN2OVERUP
Description of the Field

See Also:
Constant Field Values

BUTTON2_OVERUP2OVERDOWN

static final int BUTTON2_OVERUP2OVERDOWN
Description of the Field

See Also:
Constant Field Values

BUTTON2_OVERUP2IDLE

static final int BUTTON2_OVERUP2IDLE
Description of the Field

See Also:
Constant Field Values

BUTTON2_IDLE2OVERUP

static final int BUTTON2_IDLE2OVERUP
Description of the Field

See Also:
Constant Field Values

BITMAP_FORMAT_8_BIT

static final int BITMAP_FORMAT_8_BIT
Description of the Field

See Also:
Constant Field Values

BITMAP_FORMAT_16_BIT

static final int BITMAP_FORMAT_16_BIT
Description of the Field

See Also:
Constant Field Values

BITMAP_FORMAT_32_BIT

static final int BITMAP_FORMAT_32_BIT
Description of the Field

See Also:
Constant Field Values

SOUND_FORMAT_RAW

static final int SOUND_FORMAT_RAW
Description of the Field

See Also:
Constant Field Values

SOUND_FORMAT_ADPCM

static final int SOUND_FORMAT_ADPCM
Description of the Field

See Also:
Constant Field Values

SOUND_FORMAT_MP3

static final int SOUND_FORMAT_MP3
Description of the Field

See Also:
Constant Field Values

SOUND_FREQ_5_5KHZ

static final int SOUND_FREQ_5_5KHZ
Description of the Field

See Also:
Constant Field Values

SOUND_FREQ_11KHZ

static final int SOUND_FREQ_11KHZ
Description of the Field

See Also:
Constant Field Values

SOUND_FREQ_22KHZ

static final int SOUND_FREQ_22KHZ
Description of the Field

See Also:
Constant Field Values

SOUND_FREQ_44KHZ

static final int SOUND_FREQ_44KHZ
Description of the Field

See Also:
Constant Field Values