_capEmail
Availability
Flash Lite 1.1.
Usage
_capEmail
Description
Numeric variable; indicates whether the Flash Lite client can send e-mail messages by using
the
ActionScript command. If so, this variable is defined and has a value of 1; if
GetURL()
not, this variable is undefined.
Example
If the host application can send e-mail messages by using the
ActionScript
GetURL()
command, the following example sets
to 1:
canEmail
canEmail = _capEmail;
if (canEmail == 1) {
getURL("mailto:someone@somewhere.com?subject=foo&body=bar");
}
_capLoadData
Availability
Flash Lite 1.1.
Usage
_capLoadData
Description
Numeric variable; indicates whether the host application can dynamically load additional data
through calls to the
,
,
, and
loadMovie()
loadMovieNum()
loadVariables()
functions. If so, this variable is defined and has a value of 1; if not, this
loadVariablesNum()
variable is undefined.
Capabilities
115
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?