OnFlashCall

Syntax

void OnFlashCall(string request);

Description

The OnFlashCall event is raised when a Flash movie invokes a function in the host application using ExternalInterface.call.

The request parameter contains an XML-formatted string with the function name and arguments. The application can parse this request and return a value back to the Flash movie using SetReturnValue.

Supported Flash versions

Flash versionStatus
3
4
5
6
7
8
9
10
11
12+