FileAttributes

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

Type
FileAttributes {
   useNetwork: Boolean
   useRelativeUrls: Boolean
   useRelativeUrls: Boolean
   noCrossDomainCaching: Boolean
   useAs3: Boolean
   hasMetadata: Boolean
   useGpu: Boolean
   useDirectBlit: Boolean
}

Implementations

Syntax

Syntax
FileAttributes :
   flags PADDING

flags :
   LE_UINT32

Interpretation of flags:

MaskComment
1 << 0useNetwork
1 << 1useRelativeUrls
1 << 2noCrossDomainCaching
1 << 3useAs3
1 << 4hasMetadata
1 << 5useGpu
1 << 6useDirectBlit