Caploaddata Property; Capmfi Property - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

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

Advertisement

See also
capabilities (System.capabilities)

_capLoadData property

_capLoadData
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the
System.capabilities.hasDataLoading
Numeric variable; indicates whether the host application can dynamically load additional data
through calls to the
loadMovie()
loadVariablesNum()
variable is undefined.
Availability: ActionScript 1.0; Flash Lite 1.1
Example
If the host application can perform dynamic loading of movies and variables, the following
example sets
CanLoad
canLoad = _capLoadData;
if (canLoad == 1) {
loadVariables("http://www.somewhere.com/myVars.php", GET);
} else {
trace ("client does not support loading dynamic data");
}
See also
capabilities (System.capabilities)

_capMFi property

_capMFi
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the
System.capabilities.hasMFi
Numeric variable; indicates whether the device can play sound data in the Melody Format for
i-mode (MFi) audio format. If so, this variable is defined and has a value of 1; if not, this
variable is undefined.
Availability: ActionScript 1.0; Flash Lite 1.1
98
ActionScript language elements
property.
,
loadMovieNum()
functions. If so, this variable is defined and has a value of
to
:
1
property.
,
, and
loadVariables()
; if not, this
1

Advertisement

Table of Contents
loading

Table of Contents