public class Movie extends Object
| Modifier and Type | Field and Description |
|---|---|
SetBackgroundColor |
bgcolor
bgcolor for the whole movie.
|
Map |
definitionMap
maps definition names Sou
|
EnableDebugger |
enableDebugger
if present, player will attach to a debugger
|
EnableTelemetry |
enableTelemetry
EnableTelemetry defines if advanced telemetry is on or off
|
FileAttributes |
fileAttributes
FileAttributes defines whole-SWF attributes (SWF 8 or later)
|
int |
framerate
frames per second
|
List<Frame> |
frames
each frame contains display list tags, and actions
|
int |
height
movie height in pixels, not twips
|
String |
heightPercent
movie height percentage
|
boolean |
isLibrary
if movie will be used as a library, certain optimizations are verboten.
|
Metadata |
metadata
description of the app
|
String |
pageTitle
movie page title
|
ProductInfo |
productInfo
product info for compiler
|
GenericTag |
protect
protect the movie from being loaded into the authortool
|
DefineSceneAndFrameLabelData |
sceneAndFrameLabelData
8.5 scene data, only one per timeline at the moment
|
ScriptLimits |
scriptLimits
player wide execution limits
|
Rect |
size
initial stage size in twips
|
String |
topLevelClass
top-level class name
|
boolean |
userSpecifiedHeight
is height default, or user-specified?
|
boolean |
userSpecifiedWidth
is width default, or user-specified?
|
FlashUUID |
uuid
if present, expect and/or generate a SWD
|
int |
version
file format version (1..10)
|
int |
width
movie width in pixels, not twips
|
String |
widthPercent
movie width percentage
|
| Constructor and Description |
|---|
Movie() |
public int version
public ProductInfo productInfo
public Metadata metadata
public Rect size
public int framerate
public ScriptLimits scriptLimits
public GenericTag protect
public SetBackgroundColor bgcolor
public FileAttributes fileAttributes
public EnableTelemetry enableTelemetry
public EnableDebugger enableDebugger
public FlashUUID uuid
public boolean isLibrary
public String topLevelClass
public int width
public String widthPercent
public boolean userSpecifiedWidth
public int height
public String heightPercent
public boolean userSpecifiedHeight
public String pageTitle
public Map definitionMap
public DefineSceneAndFrameLabelData sceneAndFrameLabelData
Copyright © 2018 The Apache Software Foundation. All rights reserved.