316
ActionScript classes
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 :
Boolean
[read-only]
A Boolean value that indicates whether read access to the user's hard disk has been
administratively prohibited (
true
) or allowed (
false
). If set to
true,
Flash Player will be
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()
, or
LoadVars.load()
will fail if this property is set to
true
.
Reading runtime shared libraries will also be blocked if this property is set to
true
, but
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
true
.
Availability:
ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.localFileReadDisable);
Simplified Chinese
zh-CN
Spanish
es
Swedish
sv
Traditional Chinese
zh-TW
Turkish
tr
Language
Tag
Содержание Flash Lite 2
Страница 1: ...Flash Lite 2 x ActionScript Language Reference...
Страница 22: ...22 Contents...
Страница 244: ...244 ActionScript language elements...
Страница 760: ...760 ActionScript classes...