Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > fscommand() | |||
Flash Lite 1.1.
status = fscommand("Launch", "application-path, arg1, arg2,..., argn")
"Launch" The command specifier. The Launch command is the only command that you use the fscommand() function to execute.
"application-path, arg1, arg2,..., argn" The name of the application being started and the parameters to it, separated by commas.
Function; allows the SWF file to communicate with either Flash Lite or the host environment, such as the phone's or device's operating system.
|
|
|
|