De-I > fscommand
fscommandSyntax
fscommand(
command
,
arguments
);
Arguments
command
A string passed to the host application for any use.
arguments
A string passed to the host application for any use.
Description
Action; allows the Flash movie to communicate with the program hosting the Flash Player. In a Web browser, fscommand
calls the JavaScript function moviename_Dofscommand
in the HTML page containing the Flash movie, where moviename
is the name of the Flash Player as assigned by the NAME
attribute of the EMBED
tag or the ID property of the OBJECT
tag. If the Flash Player is assigned the name theMovie
, the JavaScript function called is theMovie_Dofscommand
.
Player
Flash 3 or later.