| Package | flash.system |
| Class | public class JPEGLoaderContext |
| Inheritance | JPEGLoaderContext LoaderContext Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | applicationDomain : ApplicationDomain = null
Specifies the application domain to use for the Loader.load() or
Loader.loadBytes() method. | LoaderContext | |
![]() | checkPolicyFile : Boolean = false
Specifies whether Flash Player should attempt to download a URL policy file from the
loaded object's server before beginning to load the object itself. | LoaderContext | |
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| deblockingFilter : Number = 0.0 | JPEGLoaderContext | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
![]() | securityDomain : SecurityDomain = null
Specifies the security domain to use for a Loader.load() operation. | LoaderContext | |
| Method | Defined By | ||
|---|---|---|---|
JPEGLoaderContext(deblockingFilter:Number = 0.0, checkPolicyFile:Boolean = false, applicationDomain:ApplicationDomain = null, securityDomain:SecurityDomain = null) | JPEGLoaderContext | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| deblockingFilter | property |
public var deblockingFilter:Number = 0.0| JPEGLoaderContext | () | Constructor |
public function JPEGLoaderContext(deblockingFilter:Number = 0.0, checkPolicyFile:Boolean = false, applicationDomain:ApplicationDomain = null, securityDomain:SecurityDomain = null)deblockingFilter:Number (default = 0.0) | |
checkPolicyFile:Boolean (default = false) | |
applicationDomain:ApplicationDomain (default = null) | |
securityDomain:SecurityDomain (default = null) |