Help on adobe flash
Was this information helpful? Yes No. Thank you! Any more feedback? The more you tell us the more we can help. Can you help us improve? Resolved my issue. Clear instructions. Acrobat DC. Start free trial. Edit, composite, and create beautiful images, graphics, and art on desktop and iPad. Try for free. Adobe Stock. Choose from millions of high-quality images, graphics, videos, and more.
Please see our blog for more information. Skip to main content. This browser is no longer supported. Download Microsoft Edge More info.
Contents Exit focus mode. For usage examples of application domains, see the "Client System Environment" chapter in the ActionScript 3. The number of bytes that are loaded for the media. When this number equals the value of bytesTotal , all of the bytes are loaded.
Before the first progress event is dispatched by this object's corresponding ProLoader object, bytesTotal is 0. After the first progress event from the ProLoader object, bytesTotal reflects the actual number of bytes to be downloaded. Expresses the trust relationship from content child to the ProLoader parent.
If the child has allowed the parent access, true ; otherwise, false. This property is set to true if the child object has called the allowDomain method to grant permission to the parent domain or if a URL policy is loaded at the child domain that grants permission to the parent domain.
If child and parent are in the same domain, this property is set to true. An object that can be set by the loaded content's code to expose properties and methods that can be accessed by code in the ProLoader object's sandbox. This sandbox bridge lets content from a non-application domain have controlled access to scripts in the AIR application sandbox, and vice versa. The sandbox bridge serves as a gateway between the sandboxes, providing explicit interaction between application and non-application security sandboxes.
The MIME type of the loaded file. The value is null if not enough of the file has loaded in order to determine the type. The nominal frame rate, in frames per second, of the loaded SWF file. This number is often an integer, but need not be. This value may differ from the actual frame rate in use.
Also, the main frame rate may not be able to be achieved, depending on hardware, sound synchronization, and other factors. The nominal height of the loaded file. This value might differ from the actual height at which the content is displayed, since the loaded content or its parent display objects might be scaled. Indicates if the ProLoaderInfo.