com.flagstone.transform
Class MovieTypes

java.lang.Object
  extended by com.flagstone.transform.MovieTypes

public final class MovieTypes
extends Object

MovieTypes defines the constants that identify a MovieTag when it is encoded according to the Flash file format specification.


Field Summary
static int BUTTON_COLOR_TRANSFORM
          Identifies ButtonColorTransform objects when they are encoded.
static int BUTTON_SOUND
          Identifies ButtonSound objects when they are encoded.
static int DEFINE_BINARY_DATA
          Identifies DefineData objects when they are encoded.
static int DEFINE_BUTTON
          Identifies DefineButton objects when they are encoded.
static int DEFINE_BUTTON_2
          Identifies DefineButton2 objects when they are encoded.
static int DEFINE_FONT
          Identifies DefineFont objects when they are encoded.
static int DEFINE_FONT_2
          Identifies DefineFont2 objects when they are encoded.
static int DEFINE_FONT_3
          Identifies DefineFont3 objects when they are encoded.
static int DEFINE_FONT_4
          Identifies DefineFont4 objects when they are encoded.
static int DEFINE_IMAGE
          Identifies DefineImage objects when they are encoded.
static int DEFINE_IMAGE_2
          Identifies DefineImage2 objects when they are encoded.
static int DEFINE_JPEG_IMAGE
          Identifies DefineJPEGImage objects when they are encoded.
static int DEFINE_JPEG_IMAGE_2
          Identifies DefineJPEGImage2 objects when they are encoded.
static int DEFINE_JPEG_IMAGE_3
          Identifies DefineJPEGImage3 objects when they are encoded.
static int DEFINE_JPEG_IMAGE_4
          Identifies DefineJPEGImage4 objects when they are encoded.
static int DEFINE_MORPH_SHAPE
          Identifies DefineMorphShape objects when they are encoded.
static int DEFINE_MORPH_SHAPE_2
          Identifies DefineMorphShape2 objects when they are encoded.
static int DEFINE_MOVIE_CLIP
          Identifies DefineMovieClip objects when they are encoded.
static int DEFINE_SCALING_GRID
          Identifies ScalingGrid objects when they are encoded.
static int DEFINE_SHAPE
          Identifies DefineShape objects when they are encoded.
static int DEFINE_SHAPE_2
          Identifies DefineShape2 objects when they are encoded.
static int DEFINE_SHAPE_3
          Identifies DefineShape3 objects when they are encoded.
static int DEFINE_SHAPE_4
          Identifies DefineShape4 objects when they are encoded.
static int DEFINE_SOUND
          Identifies DefineSound objects when they are encoded.
static int DEFINE_TEXT
          Identifies DefineText objects when they are encoded.
static int DEFINE_TEXT_2
          Identifies DefineText2 objects when they are encoded.
static int DEFINE_TEXT_FIELD
          Identifies DefineTextField objects when they are encoded.
static int DEFINE_VIDEO
          Identifies DefineVideo objects when they are encoded.
static int DO_ABC
          Identifies DoABC objects when they are encoded.
static int DO_ACTION
          Identifies DoAction objects when they are encoded.
static int ENABLE_DEBUGGER
          Identifies EnableDebugger objects when they are encoded.
static int ENABLE_DEBUGGER_2
          Identifies EnableDebugger2 objects when they are encoded.
static int END
          Marker for the end of a Movie.
static int EXPORT
          Identifies Export objects when they are encoded.
static int FILE_ATTRIBUTES
          Identifies FileAttributes objects when they are encoded.
static int FONT_ALIGNMENT
          Identifies FontAlignment objects.
static int FONT_INFO
          Identifies FontInfo objects when they are encoded.
static int FONT_INFO_2
          Identifies FontInfo2 objects when they are encoded.
static int FONT_NAME
          Identifies FontName objects when they are encoded.
static int FRAME_LABEL
          Identifies FrameLabel objects when they are encoded.
static int FREE
          Identifies Free objects when they are encoded.
static int IMPORT
          Identifies Import objects when they are encoded.
static int IMPORT_2
          Identifies Import2 objects when they are encoded.
static int INITIALIZE
          Identifies Initialise objects when they are encoded.
static int JPEG_TABLES
          Identifies JPEGTables objects when they are encoded.
static int LIMIT_SCRIPT
          Identifies LimitScript objects when they are encoded.
static int METADATA
          Identifies MovieMetaData objects when they are encoded.
static int PATHS_ARE_POSTSCRIPT
          Identifies PathsArePostscript objects when they are encoded.
static int PLACE
          Identifies Place objects when they are encoded.
static int PLACE_2
          Identifies Place2 objects when they are encoded.
static int PLACE_3
          Identifies Place3 objects when they are encoded.
static int PROTECT
          Identifies Protect objects when they are encoded.
static int QUICKTIME_MOVIE
          Identifies QuicktimeMovie objects when they are encoded.
static int REMOVE
          Identifies Remove objects when they are encoded.
static int REMOVE_2
          Identifies Remove2 objects when they are encoded.
static int SCENES_AND_LABELS
          Identifies ScenesAndLabels objects when they are encoded.
static int SERIAL_NUMBER
          Identifies SerialNumber objects when they are encoded.
static int SET_BACKGROUND_COLOR
          Identifies SetBackgroundColor objects when they are encoded.
static int SHOW_FRAME
          Identifies ShowFrame objects when they are encoded.
static int SOUND_STREAM_BLOCK
          Identifies SoundStreamBlock objects when they are encoded.
static int SOUND_STREAM_HEAD
          Identifies SoundStreamHead objects when they are encoded.
static int SOUND_STREAM_HEAD_2
          Identifies SoundStreamHead2 objects when they are encoded.
static int START_SOUND
          Identifies StartSound objects when they are encoded.
static int START_SOUND_2
          Identifies StartSound2 objects when they are encoded.
static int SYMBOL
          Identifies SymbolClass objects when they are encoded.
static int TAB_ORDER
          Identifies TabOrder objects when they are encoded.
static int TEXT_SETTINGS
          Identifies TextSettings objects.
static int VIDEO_FRAME
          Identifies VideoFrame objects when they are encoded.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END

public static final int END
Marker for the end of a Movie.

See Also:
Constant Field Values

SHOW_FRAME

public static final int SHOW_FRAME
Identifies ShowFrame objects when they are encoded.

See Also:
Constant Field Values

DEFINE_SHAPE

public static final int DEFINE_SHAPE
Identifies DefineShape objects when they are encoded.

See Also:
Constant Field Values

FREE

public static final int FREE
Identifies Free objects when they are encoded.

See Also:
Constant Field Values

PLACE

public static final int PLACE
Identifies Place objects when they are encoded.

See Also:
Constant Field Values

REMOVE

public static final int REMOVE
Identifies Remove objects when they are encoded.

See Also:
Constant Field Values

DEFINE_JPEG_IMAGE

public static final int DEFINE_JPEG_IMAGE
Identifies DefineJPEGImage objects when they are encoded.

See Also:
Constant Field Values

DEFINE_BUTTON

public static final int DEFINE_BUTTON
Identifies DefineButton objects when they are encoded.

See Also:
Constant Field Values

JPEG_TABLES

public static final int JPEG_TABLES
Identifies JPEGTables objects when they are encoded.

See Also:
Constant Field Values

SET_BACKGROUND_COLOR

public static final int SET_BACKGROUND_COLOR
Identifies SetBackgroundColor objects when they are encoded.

See Also:
Constant Field Values

DEFINE_FONT

public static final int DEFINE_FONT
Identifies DefineFont objects when they are encoded.

See Also:
Constant Field Values

DEFINE_TEXT

public static final int DEFINE_TEXT
Identifies DefineText objects when they are encoded.

See Also:
Constant Field Values

DO_ACTION

public static final int DO_ACTION
Identifies DoAction objects when they are encoded.

See Also:
Constant Field Values

FONT_INFO

public static final int FONT_INFO
Identifies FontInfo objects when they are encoded.

See Also:
Constant Field Values

DEFINE_SOUND

public static final int DEFINE_SOUND
Identifies DefineSound objects when they are encoded.

See Also:
Constant Field Values

START_SOUND

public static final int START_SOUND
Identifies StartSound objects when they are encoded.

See Also:
Constant Field Values

BUTTON_SOUND

public static final int BUTTON_SOUND
Identifies ButtonSound objects when they are encoded.

See Also:
Constant Field Values

SOUND_STREAM_HEAD

public static final int SOUND_STREAM_HEAD
Identifies SoundStreamHead objects when they are encoded.

See Also:
Constant Field Values

SOUND_STREAM_BLOCK

public static final int SOUND_STREAM_BLOCK
Identifies SoundStreamBlock objects when they are encoded.

See Also:
Constant Field Values

DEFINE_IMAGE

public static final int DEFINE_IMAGE
Identifies DefineImage objects when they are encoded.

See Also:
Constant Field Values

DEFINE_JPEG_IMAGE_2

public static final int DEFINE_JPEG_IMAGE_2
Identifies DefineJPEGImage2 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_SHAPE_2

public static final int DEFINE_SHAPE_2
Identifies DefineShape2 objects when they are encoded.

See Also:
Constant Field Values

BUTTON_COLOR_TRANSFORM

public static final int BUTTON_COLOR_TRANSFORM
Identifies ButtonColorTransform objects when they are encoded.

See Also:
Constant Field Values

PROTECT

public static final int PROTECT
Identifies Protect objects when they are encoded.

See Also:
Constant Field Values

PATHS_ARE_POSTSCRIPT

public static final int PATHS_ARE_POSTSCRIPT
Identifies PathsArePostscript objects when they are encoded.

See Also:
Constant Field Values

PLACE_2

public static final int PLACE_2
Identifies Place2 objects when they are encoded.

See Also:
Constant Field Values

REMOVE_2

public static final int REMOVE_2
Identifies Remove2 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_SHAPE_3

public static final int DEFINE_SHAPE_3
Identifies DefineShape3 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_TEXT_2

public static final int DEFINE_TEXT_2
Identifies DefineText2 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_BUTTON_2

public static final int DEFINE_BUTTON_2
Identifies DefineButton2 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_JPEG_IMAGE_3

public static final int DEFINE_JPEG_IMAGE_3
Identifies DefineJPEGImage3 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_IMAGE_2

public static final int DEFINE_IMAGE_2
Identifies DefineImage2 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_TEXT_FIELD

public static final int DEFINE_TEXT_FIELD
Identifies DefineTextField objects when they are encoded.

See Also:
Constant Field Values

QUICKTIME_MOVIE

public static final int QUICKTIME_MOVIE
Identifies QuicktimeMovie objects when they are encoded.

See Also:
Constant Field Values

DEFINE_MOVIE_CLIP

public static final int DEFINE_MOVIE_CLIP
Identifies DefineMovieClip objects when they are encoded.

See Also:
Constant Field Values

SERIAL_NUMBER

public static final int SERIAL_NUMBER
Identifies SerialNumber objects when they are encoded.

See Also:
Constant Field Values

FRAME_LABEL

public static final int FRAME_LABEL
Identifies FrameLabel objects when they are encoded.

See Also:
Constant Field Values

SOUND_STREAM_HEAD_2

public static final int SOUND_STREAM_HEAD_2
Identifies SoundStreamHead2 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_MORPH_SHAPE

public static final int DEFINE_MORPH_SHAPE
Identifies DefineMorphShape objects when they are encoded.

See Also:
Constant Field Values

DEFINE_FONT_2

public static final int DEFINE_FONT_2
Identifies DefineFont2 objects when they are encoded.

See Also:
Constant Field Values

EXPORT

public static final int EXPORT
Identifies Export objects when they are encoded.

See Also:
Constant Field Values

IMPORT

public static final int IMPORT
Identifies Import objects when they are encoded.

See Also:
Constant Field Values

ENABLE_DEBUGGER

public static final int ENABLE_DEBUGGER
Identifies EnableDebugger objects when they are encoded.

See Also:
Constant Field Values

INITIALIZE

public static final int INITIALIZE
Identifies Initialise objects when they are encoded.

See Also:
Constant Field Values

DEFINE_VIDEO

public static final int DEFINE_VIDEO
Identifies DefineVideo objects when they are encoded.

See Also:
Constant Field Values

VIDEO_FRAME

public static final int VIDEO_FRAME
Identifies VideoFrame objects when they are encoded.

See Also:
Constant Field Values

FONT_INFO_2

public static final int FONT_INFO_2
Identifies FontInfo2 objects when they are encoded.

See Also:
Constant Field Values

ENABLE_DEBUGGER_2

public static final int ENABLE_DEBUGGER_2
Identifies EnableDebugger2 objects when they are encoded.

See Also:
Constant Field Values

LIMIT_SCRIPT

public static final int LIMIT_SCRIPT
Identifies LimitScript objects when they are encoded.

See Also:
Constant Field Values

TAB_ORDER

public static final int TAB_ORDER
Identifies TabOrder objects when they are encoded.

See Also:
Constant Field Values

FILE_ATTRIBUTES

public static final int FILE_ATTRIBUTES
Identifies FileAttributes objects when they are encoded.

See Also:
Constant Field Values

PLACE_3

public static final int PLACE_3
Identifies Place3 objects when they are encoded.

See Also:
Constant Field Values

IMPORT_2

public static final int IMPORT_2
Identifies Import2 objects when they are encoded.

See Also:
Constant Field Values

FONT_ALIGNMENT

public static final int FONT_ALIGNMENT
Identifies FontAlignment objects.

See Also:
Constant Field Values

TEXT_SETTINGS

public static final int TEXT_SETTINGS
Identifies TextSettings objects.

See Also:
Constant Field Values

DEFINE_FONT_3

public static final int DEFINE_FONT_3
Identifies DefineFont3 objects when they are encoded.

See Also:
Constant Field Values

SYMBOL

public static final int SYMBOL
Identifies SymbolClass objects when they are encoded.

See Also:
Constant Field Values

METADATA

public static final int METADATA
Identifies MovieMetaData objects when they are encoded.

See Also:
Constant Field Values

DEFINE_SCALING_GRID

public static final int DEFINE_SCALING_GRID
Identifies ScalingGrid objects when they are encoded.

See Also:
Constant Field Values

DO_ABC

public static final int DO_ABC
Identifies DoABC objects when they are encoded.

See Also:
Constant Field Values

DEFINE_SHAPE_4

public static final int DEFINE_SHAPE_4
Identifies DefineShape4 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_MORPH_SHAPE_2

public static final int DEFINE_MORPH_SHAPE_2
Identifies DefineMorphShape2 objects when they are encoded.

See Also:
Constant Field Values

SCENES_AND_LABELS

public static final int SCENES_AND_LABELS
Identifies ScenesAndLabels objects when they are encoded.

See Also:
Constant Field Values

DEFINE_BINARY_DATA

public static final int DEFINE_BINARY_DATA
Identifies DefineData objects when they are encoded.

See Also:
Constant Field Values

FONT_NAME

public static final int FONT_NAME
Identifies FontName objects when they are encoded.

See Also:
Constant Field Values

START_SOUND_2

public static final int START_SOUND_2
Identifies StartSound2 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_JPEG_IMAGE_4

public static final int DEFINE_JPEG_IMAGE_4
Identifies DefineJPEGImage4 objects when they are encoded.

See Also:
Constant Field Values

DEFINE_FONT_4

public static final int DEFINE_FONT_4
Identifies DefineFont4 objects when they are encoded.

See Also:
Constant Field Values


Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.