Flash Object - Set Variable

Sets the value of a Flash variable (i.e. a variable in the Flash movie's "actionscript" code).

Action ID:
Action Category:
Action List Syntax:

41
Flash Object
FlashObject[<<OBJECTNAME>>].SetVariable (<<FLASHVARIABLE>>, <<VALUE>>)

Settings

Flash Object:

The name of the Flash Object that will contain the variable whose value you want to get.

Flash variable name:

The name of the Flash variable contained within the Flash Object.

Flash variable value:

The value that will be assigned to the Flash variable named in the Flash variable name field.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_SET_VARIABLE_FLASH

MSG_ERR_SET_VARIABLE_FLASH
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None