mikrokosmos
[ class tree: mikrokosmos ] [ index: mikrokosmos ] [ all elements ]

Procedural File: mk_lib_actions.php

Source Location: /lib/mk_lib_actions.php



Page Details:



Tags:

filesource:  Source Code for this file








get_actionCode [line 1199]

void get_actionCode( mixed $actionName)

private

returns actionCode from given actionName




[ Top ]



get_actionName [line 1186]

void get_actionName( mixed $actionCode)

returns actionName from given actionCode



[ Top ]



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




[ Top ]



get_keyPress_code [line 251]

void get_keyPress_code( mixed $v)

returns a string representing keyPress code

in flasm compliant behavior




[ Top ]



get_paramType [line 1177]

void get_paramType( mixed $paramCode)

private

returns paramType from paramCode




[ Top ]



is_supported_action [line 242]

void is_supported_action( mixed $actionName)

check if a given action name is supported

by actionscript compiler




[ Top ]



read_actionRecord_data [line 1229]

void read_actionRecord_data( mixed $buf)

private

reads data fills and returns an associative array with action record data




[ Top ]



read_Branch [line 844]

void read_Branch( mixed $buf)

alias of read_Jump



[ Top ]



read_BranchIfTrue [line 864]

void read_BranchIfTrue( mixed $buf)

alias of read_If



[ Top ]



read_buttonCondAction_header_data [line 1351]

void read_buttonCondAction_header_data( mixed $buf)

reads data

returns an associative array with BUTTONCONDACTION "header" fields




[ Top ]



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




[ Top ]



read_catchBody [line 1163]

void read_catchBody( mixed $buf)



[ Top ]



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




[ Top ]



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




[ Top ]



read_clipEventFlags_data [line 1332]

void read_clipEventFlags_data( mixed $ceFlags, mixed $swfVersion)

reads data

return a number representing clipEventFlags




[ Top ]



read_ConstantPool [line 945]

void read_ConstantPool( mixed $buf)



[ Top ]



read_Constants [line 968]

void read_Constants( mixed $buf)

alias of read_ConstantPool



[ Top ]



read_DefineFunction [line 972]

void read_DefineFunction( mixed $buf)



[ Top ]



read_DefineFunction2 [line 1040]

void read_DefineFunction2( mixed $buf)



[ Top ]



read_finallyBody [line 1167]

void read_finallyBody( mixed $buf)



[ Top ]



read_Function [line 1000]

void read_Function( mixed $buf)

alias of read_DefineFunction



[ Top ]



read_function2 [line 1114]

void read_function2( mixed $buf)

alias of read_defineFunction2

for flasm compatibility




[ Top ]



read_function_flags [line 1090]

void read_function_flags( mixed $fFlags)

read 2 byte, return function flags

specific for defineFunction 2




[ Top ]



read_GetURL [line 679]

void read_GetURL( mixed $buf)



[ Top ]



read_GetURL2 [line 881]

void read_GetURL2( mixed $buf)



[ Top ]



read_GotoFrame [line 665]

void read_GotoFrame( mixed $buf)



[ Top ]



read_GotoFrame2 [line 905]

void read_GotoFrame2( mixed $buf)



[ Top ]



read_GoToLabel [line 731]

void read_GoToLabel( mixed $buf)



[ Top ]



read_If [line 848]

void read_If( mixed $buf)



[ Top ]



read_Jump [line 828]

void read_Jump( mixed $buf)



[ Top ]



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




[ Top ]



read_Not [line 813]

void read_Not( mixed $buf)



[ Top ]



read_Push [line 744]

void read_Push( mixed $buf)



[ Top ]



read_SetRegister [line 1035]

void read_SetRegister( mixed $buf)

alias of read_StoreRegister



[ Top ]



read_SetTarget [line 717]

void read_SetTarget( mixed $buf)



[ Top ]



read_StoreRegister [line 1018]

void read_StoreRegister( mixed $buf)



[ Top ]



read_Try [line 1118]

void read_Try( mixed $buf)



[ Top ]



read_tryBody [line 1159]

void read_tryBody( mixed $buf)



[ Top ]



read_WaitForFrame [line 700]

void read_WaitForFrame( mixed $buf)



[ Top ]



read_WaitForFrame2 [line 931]

void read_WaitForFrame2( mixed $buf)



[ Top ]



read_With [line 1004]

void read_With( mixed $buf)



[ Top ]



store_integer [line 454]

void store_integer( mixed $varName, mixed $intVal)



[ Top ]



store_literal [line 450]

void store_literal( mixed $str)



[ Top ]



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




[ Top ]



write_Branch [line 476]

void write_Branch( mixed $ard)

alias of write_Jump



[ Top ]



write_BranchIfTrue [line 491]

void write_BranchIfTrue( mixed $ard)

alias of write_If



[ Top ]



write_Call [line 495]

void write_Call( )



[ Top ]



write_ConstantPool [line 329]

void write_ConstantPool( [mixed $ard = array()])



[ Top ]



write_Constants [line 349]

void write_Constants( [mixed $ard = array()])

alias of write_ConstantPool



[ Top ]



write_DefineFunction [line 357]

void write_DefineFunction( [mixed $ard = array()])

compile definefunction header

codeblock has to be compiled apart




[ Top ]



write_DefineFunction2 [line 393]

void write_DefineFunction2( )



[ Top ]



write_end_doAction [line 265]

void write_end_doAction( mixed $daStr)



[ Top ]



write_Function [line 387]

void write_Function( [mixed $ard = array()])

alias of write_DefineFunction



[ Top ]



write_GetURL [line 288]

void write_GetURL( mixed $url, mixed $targetStr)



[ Top ]



write_GetURL2 [line 497]

void write_GetURL2( [mixed $method = "none"])



[ Top ]



write_GotoFrame [line 279]

void write_GotoFrame( mixed $nmb)



[ Top ]



write_GotoFrame2 [line 510]

void write_GotoFrame2( mixed $playFlag)



[ Top ]



write_GotToLabel [line 317]

void write_GotToLabel( mixed $frameLabel)



[ Top ]



write_If [line 480]

void write_If( mixed $ard)



[ Top ]



write_Jump [line 465]

void write_Jump( mixed $ard)



[ Top ]



write_Push [line 404]

void write_Push( [mixed $ard = array()])



[ Top ]



write_SetRegister [line 544]

void write_SetRegister( mixed $ard)

alias of write_StoreRegister



[ Top ]



write_SetTarget [line 308]

void write_SetTarget( mixed $targetClip)



[ Top ]



write_start_doAction [line 261]

void write_start_doAction( )



[ Top ]



write_StoreRegister [line 533]

void write_StoreRegister( mixed $ard)



[ Top ]



write_WaitForFrame [line 298]

void write_WaitForFrame( mixed $nmb, mixed $skipActions)



[ Top ]



write_WaitForFrame2 [line 520]

void write_WaitForFrame2( mixed $skipCount)



[ Top ]



write_With [line 531]

void write_With( )



[ Top ]



write_With2 [line 529]

void write_With2( )



[ Top ]



Documentation generated on Tue, 30 May 2006 20:12:16 +0000 by phpDocumentor 1.3.0RC4