| Package | Description |
|---|---|
| flash.swf | |
| flash.swf.actions |
This package contains representations of AS2 byte codes.
|
| flash.swf.tags |
This package contains the representations for all SWF tags.
|
| flash.swf.tools | |
| flash.swf.types |
This package contains mostly value objects for SWF tag data.
|
| Modifier and Type | Field and Description |
|---|---|
List<ActionList> |
Frame.doActions |
| Modifier and Type | Method and Description |
|---|---|
ActionList |
ActionFactory.createActionList(boolean keepOffsets)
now that everything has been decoded, build a single actionlist
with the labels and jump targets merged in.
|
ActionList |
ActionDecoder.decode(int length)
consume actions until length bytes are used up.
|
ActionList |
ActionDecoder.decode(int length,
boolean throwExceptions)
consume actions until length bytes are used up
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MovieMetaData.isRegisterClass(ActionList actionList) |
static void |
MovieMetaData.walkActions(ActionList c,
int swfVersion,
String[] pool,
String className,
List<Integer> profileOffsets)
Walk the actions filling in the names of functions as we go.
|
| Modifier and Type | Field and Description |
|---|---|
ActionList |
DefineFunction.actionList |
| Modifier and Type | Field and Description |
|---|---|
ActionList |
DoInitAction.actionList |
ActionList |
DoAction.actionList |
| Constructor and Description |
|---|
DoAction(ActionList actions) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Disassembler.disassemble(ActionList list,
ConstantPool pool,
int startIndex,
int endIndex,
PrintWriter out) |
| Modifier and Type | Field and Description |
|---|---|
ActionList |
ClipActionRecord.actionList
actions to perform
|
ActionList |
ButtonCondAction.actionList
actions to perform when this event is detected.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.