Flash.SetReturnValue

Flash.SetReturnValue ( 

string ObjectName,

string XMLReturnValue )

Description

Returns an XML formatted string as the result of a Flash object's actionscript function call through Flash's external API (ExternalInterface class). This action is normally used on the Flash object's On FlashCall event.

Note: This action requires Flash version 8.0 or later to be installed on the target system.

Parameters

ObjectName

(string) The name of the Flash object.

XMLReturnValue

(string) The XML formatted string containing the result to return. See Flash's actionscript documentation for more information on available data types and formatting.

Example: "<string>Sample string to return</string>"

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions