Packageflash.system
Classpublic class JPEGLoaderContext
InheritanceJPEGLoaderContext Inheritance LoaderContext Inheritance Object



Public Properties
 PropertyDefined By
 InheritedapplicationDomain : ApplicationDomain = null
Specifies the application domain to use for the Loader.load() or Loader.loadBytes() method.
LoaderContext
 InheritedcheckPolicyFile : 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
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  deblockingFilter : Number = 0.0
JPEGLoaderContext
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
 InheritedsecurityDomain : SecurityDomain = null
Specifies the security domain to use for a Loader.load() operation.
LoaderContext
Public Methods
 MethodDefined By
  
JPEGLoaderContext(deblockingFilter:Number = 0.0, checkPolicyFile:Boolean = false, applicationDomain:ApplicationDomain = null, securityDomain:SecurityDomain = null)
JPEGLoaderContext
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
deblockingFilterproperty
public var deblockingFilter:Number = 0.0
Constructor Detail
JPEGLoaderContext()Constructor
public function JPEGLoaderContext(deblockingFilter:Number = 0.0, checkPolicyFile:Boolean = false, applicationDomain:ApplicationDomain = null, securityDomain:SecurityDomain = null)

Parameters
deblockingFilter:Number (default = 0.0)
 
checkPolicyFile:Boolean (default = false)
 
applicationDomain:ApplicationDomain (default = null)
 
securityDomain:SecurityDomain (default = null)