MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference page 123

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Launch
Availability
Flash Lite 1.1.
Usage
status = fscommand("Launch", "application-path, arg1, arg2,..., argn")
Parameters
The command specifier. In Flash Lite, you use the
"Launch"
execute the
command.
Launch
"application-path, arg1, arg2,..., argn"
and the parameters to it, separated by commas.
Description
Command executed through the
device. The name of the application being launched and the parameters to it are passed in as a
single argument.
This feature is operating-system dependent.
This command is supported only when the Flash Lite player is running in stand-alone mode.
It is not supported when the player is running in the context of another application (for
example, as a plug-in to a browser).
Example
The following example would open wap.yahoo.com on the services/Web browser on Series 60
phones:
on(keyPress "9") {
status = fscommand("launch",
"z:\\system\\apps\\browser\\browser.app,http://wap.yahoo.com");
}
See also
fscommand2()
The name of the application being started
function; launches another application on the
fscommand()
function only to
fscommand()
fscommand()
123

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents