Procedural File: mk_lib_actions.php
Source Location: /lib/mk_lib_actions.php
Page Details:
Tags:
get_actionCode [line 1199]
void get_actionCode(
mixed $actionName)
|
|
private returns actionCode from given actionName
get_actionName [line 1186]
void get_actionName(
mixed $actionCode)
|
|
returns actionName from given actionCode
get_actionRecord_header [line 1210]
void get_actionRecord_header(
mixed $buf)
|
|
reads first three bytes of an action record buf return an associative array filled with action record header data
get_keyPress_code [line 251]
void get_keyPress_code(
mixed $v)
|
|
returns a string representing keyPress code in flasm compliant behavior
get_paramType [line 1177]
void get_paramType(
mixed $paramCode)
|
|
private returns paramType from paramCode
is_supported_action [line 242]
void is_supported_action(
mixed $actionName)
|
|
check if a given action name is supported by actionscript compiler
read_actionRecord_data [line 1229]
void read_actionRecord_data(
mixed $buf)
|
|
private reads data fills and returns an associative array with action record data
read_Branch [line 844]
void read_Branch(
mixed $buf)
|
|
alias of read_Jump
read_BranchIfTrue [line 864]
void read_BranchIfTrue(
mixed $buf)
|
|
alias of read_If
read_buttonCondAction_header_data [line 1351]
void read_buttonCondAction_header_data(
mixed $buf)
|
|
reads data returns an associative array with BUTTONCONDACTION "header" fields
read_call [line 872]
void read_call(
mixed $buf)
|
|
this is a buggy action due to high bit set (0x9E) but there are no parameters
read_catchBody [line 1163]
void read_catchBody(
mixed $buf)
|
|
read_clipActionRecord_data [line 1275]
void read_clipActionRecord_data(
mixed $buf, [mixed $swfVersion = -1])
|
|
reads data fills and return CLIPACTIONRECORD header data please don't confuse with read_clipActions_header_data(...) this applies to a single clipaction record actions are stored as binary data
read_clipActions_header_data [line 1248]
void read_clipActions_header_data(
mixed $buf, [mixed $swfVersion = -1])
|
|
reads data fills and return an associative array with clipactions fields
read_clipEventFlags_data [line 1332]
void read_clipEventFlags_data(
mixed $ceFlags, mixed $swfVersion)
|
|
reads data return a number representing clipEventFlags
read_ConstantPool [line 945]
void read_ConstantPool(
mixed $buf)
|
|
read_Constants [line 968]
void read_Constants(
mixed $buf)
|
|
alias of read_ConstantPool
read_DefineFunction [line 972]
void read_DefineFunction(
mixed $buf)
|
|
read_DefineFunction2 [line 1040]
void read_DefineFunction2(
mixed $buf)
|
|
read_finallyBody [line 1167]
void read_finallyBody(
mixed $buf)
|
|
read_Function [line 1000]
void read_Function(
mixed $buf)
|
|
alias of read_DefineFunction
read_function2 [line 1114]
void read_function2(
mixed $buf)
|
|
alias of read_defineFunction2 for flasm compatibility
read_function_flags [line 1090]
void read_function_flags(
mixed $fFlags)
|
|
read 2 byte, return function flags specific for defineFunction 2
read_GetURL [line 679]
void read_GetURL(
mixed $buf)
|
|
read_GetURL2 [line 881]
void read_GetURL2(
mixed $buf)
|
|
read_GotoFrame [line 665]
void read_GotoFrame(
mixed $buf)
|
|
read_GotoFrame2 [line 905]
void read_GotoFrame2(
mixed $buf)
|
|
read_GoToLabel [line 731]
void read_GoToLabel(
mixed $buf)
|
|
read_If [line 848]
void read_If(
mixed $buf)
|
|
read_Jump [line 828]
void read_Jump(
mixed $buf)
|
|
read_managedEvents_data [line 1297]
void read_managedEvents_data(
mixed $ceFlags, [mixed $swfVersion = -1])
|
|
fills and return an array with managed events from a given clipevents flags
read_Not [line 813]
void read_Not(
mixed $buf)
|
|
read_Push [line 744]
void read_Push(
mixed $buf)
|
|
read_SetRegister [line 1035]
void read_SetRegister(
mixed $buf)
|
|
alias of read_StoreRegister
read_SetTarget [line 717]
void read_SetTarget(
mixed $buf)
|
|
read_StoreRegister [line 1018]
void read_StoreRegister(
mixed $buf)
|
|
read_Try [line 1118]
void read_Try(
mixed $buf)
|
|
read_tryBody [line 1159]
void read_tryBody(
mixed $buf)
|
|
read_WaitForFrame [line 700]
void read_WaitForFrame(
mixed $buf)
|
|
read_WaitForFrame2 [line 931]
void read_WaitForFrame2(
mixed $buf)
|
|
read_With [line 1004]
void read_With(
mixed $buf)
|
|
store_integer [line 454]
void store_integer(
mixed $varName, mixed $intVal)
|
|
store_literal [line 450]
void store_literal(
mixed $str)
|
|
write_actionRecord_data [line 1385]
void write_actionRecord_data(
[mixed $ard = array()])
|
|
private writes data assemble an action record data from a given associative array and returns binary data
write_Branch [line 476]
void write_Branch(
mixed $ard)
|
|
alias of write_Jump
write_BranchIfTrue [line 491]
void write_BranchIfTrue(
mixed $ard)
|
|
alias of write_If
write_Call [line 495]
write_ConstantPool [line 329]
void write_ConstantPool(
[mixed $ard = array()])
|
|
write_Constants [line 349]
void write_Constants(
[mixed $ard = array()])
|
|
alias of write_ConstantPool
write_DefineFunction [line 357]
void write_DefineFunction(
[mixed $ard = array()])
|
|
compile definefunction header codeblock has to be compiled apart
write_DefineFunction2 [line 393]
void write_DefineFunction2(
)
|
|
write_end_doAction [line 265]
void write_end_doAction(
mixed $daStr)
|
|
write_Function [line 387]
void write_Function(
[mixed $ard = array()])
|
|
alias of write_DefineFunction
write_GetURL [line 288]
void write_GetURL(
mixed $url, mixed $targetStr)
|
|
write_GetURL2 [line 497]
void write_GetURL2(
[mixed $method = "none"])
|
|
write_GotoFrame [line 279]
void write_GotoFrame(
mixed $nmb)
|
|
write_GotoFrame2 [line 510]
void write_GotoFrame2(
mixed $playFlag)
|
|
write_GotToLabel [line 317]
void write_GotToLabel(
mixed $frameLabel)
|
|
write_If [line 480]
void write_If(
mixed $ard)
|
|
write_Jump [line 465]
void write_Jump(
mixed $ard)
|
|
write_Push [line 404]
void write_Push(
[mixed $ard = array()])
|
|
write_SetRegister [line 544]
void write_SetRegister(
mixed $ard)
|
|
alias of write_StoreRegister
write_SetTarget [line 308]
void write_SetTarget(
mixed $targetClip)
|
|
write_start_doAction [line 261]
void write_start_doAction(
)
|
|
write_StoreRegister [line 533]
void write_StoreRegister(
mixed $ard)
|
|
write_WaitForFrame [line 298]
void write_WaitForFrame(
mixed $nmb, mixed $skipActions)
|
|
write_WaitForFrame2 [line 520]
void write_WaitForFrame2(
mixed $skipCount)
|
|
write_With [line 531]
write_With2 [line 529]
|