System.capabilities.localfilereaddisable - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

System.capabilities.localFileReadDisable

Availability
Flash Player 7.
Usage
System.capabilities.localFileReadDisable:Boolean
Description
Read-only property; 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
, or
LoadMovie()
Reading runtime shared libraries will also be blocked if this property is set to
local shared objects is allowed without regard to the value of this property. The server string is
.
LFD
Example
The following example traces the value of this read-only property:
trace(System.capabilities.localFileReadDisable);
832
Chapter 2: ActionScript Language Reference
) or allowed (
true
will fail if this property is set to
LoadVars.load()
). If set to
false
true,
.
true
Flash Player will be
,
XML.load()
, but reading
true

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents