Localfilereaddisable (Capabilities.localfilereaddisable 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

Language
Simplified Chinese
Spanish
Swedish
Traditional Chinese
Turkish
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.language);
localFileReadDisable
(capabilities.localFileReadDisable property)
public static localFileReadDisable :
A Boolean value that indicates whether read access to the user's hard disk has been
administratively prohibited (
unable to read files (including the first SWF file that Flash Player launches with) from the
user's hard disk. For example, attempts to read a file on the user's hard disk using
,
XML.load()
LoadMovie()
Reading runtime shared libraries will also be blocked if this property is set to
reading local shared objects is allowed without regard to the value of this property. The server
string is
.
LFD
Note: For Flash Lite 2.0, the value returned is always
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.localFileReadDisable);
316
ActionScript classes
Tag
zh-CN
es
sv
zh-TW
tr
Boolean
) or allowed (
true
false
, or
LoadVars.load()
[read-only]
). If set to
Flash Player will be
true,
will fail if this property is set to
.
true
.
true
, but
true

Advertisement

Table of Contents
loading

Table of Contents