Sets the global file attributes.
The attribute useNetwork
corresponds to the "local file system XOR network"
policy: a movie can either access the local file system or the network but not
both. This policy is intended to prevent the exfiltration of local files.
Type
FileAttributes {
useNetwork: Boolean
useRelativeUrls: Boolean
useRelativeUrls: Boolean
noCrossDomainCaching: Boolean
useAs3: Boolean
hasMetadata: Boolean
useGpu: Boolean
useDirectBlit: Boolean
}
Syntax
FileAttributes :
flags PADDINGflags :
LE_UINT32
Interpretation of flags
:
Mask | Comment |
---|---|
1 << 0 | useNetwork |
1 << 1 | useRelativeUrls |
1 << 2 | noCrossDomainCaching |
1 << 3 | useAs3 |
1 << 4 | hasMetadata |
1 << 5 | useGpu |
1 << 6 | useDirectBlit |