Hasdataloading (Capabilities.hasdataloading Property); Hasemail (Capabilities.hasemail 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

Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasCompoundSound);
hasDataLoading (capabilities.hasDataLoading
property)
public static hasDataLoading :
Returns
if the Flash Lite player can dynamically load additional data through calls to
true
specific functions.
You can call the following specific functions:
loadMovie()
loadMovieNum()
loadVariables()
loadVariablesNum()
XML.parseXML()
Sound.loadSound()
MovieClip.loadVariables()
MovieClip.loadMovie()
MovieClipLoader.loadClip()
LoadVars.load()
LoadVars.sendAndLoad()
Otherwise, this property returns
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasDataLoading);

hasEmail (capabilities.hasEmail property)

public static hasEmail :
Returns
if the Flash Lite player can send e-mail messages with the
true
command.
Otherwise, this property returns
Boolean
[read-only]
.
false
Boolean
[read-only]
.
false
GetURL
capabilities (System.capabilities)
ActionScript
307

Advertisement

Table of Contents
loading

Table of Contents