swf.actions
index
actions.py

 
Classes
       
__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 ActionAnd(Action4)
    
Method resolution order:
ActionAnd
Action4
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)

Data and other attributes defined here:
CODE = 16

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

 
class ActionGotoFrame(Action)
    
Method resolution order:
ActionGotoFrame
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)
parse(self, data)

Data and other attributes defined here:
CODE = 129

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

 
class ActionGotoLabel(Action)
    
Method resolution order:
ActionGotoLabel
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)
parse(self, data)

Data and other attributes defined here:
CODE = 140

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

 
class ActionNextFrame(Action)
    
Method resolution order:
ActionNextFrame
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)

Data and other attributes defined here:
CODE = 4

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
version

 
class ActionPlay(Action)
    
Method resolution order:
ActionPlay
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)
tostring(self, indent=0)

Data and other attributes defined here:
CODE = 6

Methods inherited from Action:
parse(self, data)

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

 
class ActionPreviousFrame(Action)
    
Method resolution order:
ActionPreviousFrame
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)

Data and other attributes defined here:
CODE = 5

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
version

 
class ActionSetTarget(Action)
    
Method resolution order:
ActionSetTarget
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)
parse(self, data)

Data and other attributes defined here:
CODE = 139

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

 
class ActionStop(Action)
    
Method resolution order:
ActionStop
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)
tostring(self, indent=0)

Data and other attributes defined here:
CODE = 7

Methods inherited from Action:
parse(self, data)

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

 
class ActionStopSounds(Action)
    
Method resolution order:
ActionStopSounds
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)

Data and other attributes defined here:
CODE = 9

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
version

 
class ActionToggleQuality(Action)
    
Method resolution order:
ActionToggleQuality
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)

Data and other attributes defined here:
CODE = 8

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
version

 
class ActionUnknown(Action)
    Dummy class to read unknown actions
 
 
Method resolution order:
ActionUnknown
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)
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
version

 
class ActionWaitForFrame(Action)
    
Method resolution order:
ActionWaitForFrame
Action
__builtin__.object

Methods defined here:
__init__(self, code, length)
parse(self, data)

Data and other attributes defined here:
CODE = 138

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

 
class SWFActionFactory(__builtin__.object)
     Class methods defined here:
create(cls, code, length) from __builtin__.type

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)