ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.media 

AVNetworkingParams  - AS3

Packageflash.media
Classpublic class AVNetworkingParams
InheritanceAVNetworkingParams Inheritance Object

AVStream dispatch AVPlayStateEvent during playback to indicate changes in state.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  forceNativeNetworking : Boolean
AVNetworkingParams
  readSetCookieHeader : Boolean
AVNetworkingParams
  useCookieHeaderForAllRequests : Boolean
AVNetworkingParams
Public Methods
 MethodDefined By
  
AVNetworkingParams(init_forceNativeNetworking:Boolean = false, init_readSetCookieHeader:Boolean = true, init_useCookieHeaderForAllRequests:Boolean = false)
Creates a new instance of a AVNetworkingParams object.
AVNetworkingParams
 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 this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

forceNativeNetworking

property
forceNativeNetworking:Boolean



Implementation
    public function get forceNativeNetworking():Boolean
    public function set forceNativeNetworking(value:Boolean):void

readSetCookieHeader

property 
readSetCookieHeader:Boolean



Implementation
    public function get readSetCookieHeader():Boolean
    public function set readSetCookieHeader(value:Boolean):void

useCookieHeaderForAllRequests

property 
useCookieHeaderForAllRequests:Boolean



Implementation
    public function get useCookieHeaderForAllRequests():Boolean
    public function set useCookieHeaderForAllRequests(value:Boolean):void
Constructor Detail

AVNetworkingParams

()Constructor
public function AVNetworkingParams(init_forceNativeNetworking:Boolean = false, init_readSetCookieHeader:Boolean = true, init_useCookieHeaderForAllRequests:Boolean = false)

Creates a new instance of a AVNetworkingParams object.

Parameters
init_forceNativeNetworking:Boolean (default = false) — whether to always use native networking when possible
 
init_readSetCookieHeader:Boolean (default = true) — whether to read the set-cookie header in responses.
 
init_useCookieHeaderForAllRequests:Boolean (default = false) — whether to use the cookieHeader for all requests or only for Key-server requests