| |
- __builtin__.object
-
- Action
-
- Action4
-
- ActionAdd
- ActionAnd
- Action5
- Action6
- Action7
- ActionGetURL
- ActionGotoFrame
- ActionGotoLabel
- ActionNextFrame
- ActionPlay
- ActionPreviousFrame
- ActionSetTarget
- ActionStop
- ActionStopSounds
- ActionToggleQuality
- ActionUnknown
- ActionWaitForFrame
- SWFActionFactory
class Action(__builtin__.object) |
| |
Methods defined here:
- __init__(self, code, length)
- parse(self, data)
- tostring(self, indent=0)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- code
- length
- version
|
class Action4(Action) |
|
Base class for SWF 4 actions |
|
- Method resolution order:
- Action4
- Action
- __builtin__.object
Methods defined here:
- __init__(self, code, length)
Data descriptors defined here:
- version
Methods inherited from Action:
- parse(self, data)
- tostring(self, indent=0)
Data descriptors inherited from Action:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- code
- length
|
class Action5(Action) |
|
Base class for SWF 5 actions |
|
- Method resolution order:
- Action5
- Action
- __builtin__.object
Methods defined here:
- __init__(self, code, length)
Data descriptors defined here:
- version
Methods inherited from Action:
- parse(self, data)
- tostring(self, indent=0)
Data descriptors inherited from Action:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- code
- length
|
class Action6(Action) |
|
Base class for SWF 6 actions |
|
- Method resolution order:
- Action6
- Action
- __builtin__.object
Methods defined here:
- __init__(self, code, length)
Data descriptors defined here:
- version
Methods inherited from Action:
- parse(self, data)
- tostring(self, indent=0)
Data descriptors inherited from Action:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- code
- length
|
class Action7(Action) |
|
Base class for SWF 7 actions |
|
- Method resolution order:
- Action7
- Action
- __builtin__.object
Methods defined here:
- __init__(self, code, length)
Data descriptors defined here:
- version
Methods inherited from Action:
- parse(self, data)
- tostring(self, indent=0)
Data descriptors inherited from Action:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- code
- length
|
class ActionAdd(Action4) |
|
# =========================================================
# SWF 4 actions
# ========================================================= |
|
- Method resolution order:
- ActionAdd
- Action4
- Action
- __builtin__.object
Methods defined here:
- __init__(self, code, length)
Data and other attributes defined here:
- CODE = 10
Data descriptors inherited from Action4:
- version
Methods inherited from Action:
- parse(self, data)
- tostring(self, indent=0)
Data descriptors inherited from Action:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- code
- length
|
class ActionGetURL(Action) |
|
# =========================================================
# SWF 3 actions
# ========================================================= |
|
- Method resolution order:
- ActionGetURL
- Action
- __builtin__.object
Methods defined here:
- __init__(self, code, length)
- parse(self, data)
Data and other attributes defined here:
- CODE = 131
Methods inherited from Action:
- tostring(self, indent=0)
Data descriptors inherited from Action:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- code
- length
- version
|
|