![MACROMEDIA FLASH 8-FLASH Скачать руководство пользователя страница 115](http://html2.mh-extra.com/html/macromedia/flash-8-flash/flash-8-flash_reference_3347197115.webp)
Capabilities
115
_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
GetURL()
ActionScript command. If so, this variable is defined and has a value of 1; if
not, this
variable is undefined.
Example
If the host application can send e-mail messages by using the
GetURL()
ActionScript
command, the following example sets
canEmail
to 1:
canEmail = _capEmail;
if (canEmail == 1) {
getURL("mailto:[email protected]?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
loadMovie()
,
loadMovieNum()
,
loadVariables()
, and
loadVariablesNum()
functions. If so, this variable is defined and has a value of 1; if not, this
variable is undefined.
Содержание FLASH 8-FLASH
Страница 1: ...Flash Lite 1 x ActionScript Language Reference...
Страница 6: ...6 Contents...
Страница 46: ...46 Flash Lite Global Functions...
Страница 62: ...62 Flash Lite Properties...
Страница 76: ...76 Flash Lite Statements...
Страница 110: ...110 Flash Lite Operators...
Страница 162: ...162 Index...