Main Page | Packages | Class Tree | Index | Help

<root>

class LoadVars

Object
  |
  +--LoadVars


dynamic intrinsic class LoadVars
extends Object

ActionScript Standard Library LoadVars object



Field Summary


_customHeaders: Array



contentType: String



loaded: Boolean


Fields inherited from class Object

__proto__, constructor, prototype

Constructor


LoadVars ( )


Method Summary


addRequestHeader ( header: Object, headerValue: String ): Void



decode ( queryString: String ): Void



getBytesLoaded ( ): Number



getBytesTotal ( ): Number



load ( url: String ): Boolean



onData ( src: String ): Void



onLoad ( success: Boolean ): Void



send ( url: String, target: String, method: String ): Boolean



sendAndLoad ( url: String, target, method: String ): Boolean



toString ( ): String


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

_customHeaders

var _customHeaders: Array

contentType

var contentType: String

loaded

var loaded: Boolean

Constructor Documentation

LoadVars

function LoadVars()

Method Documentation

addRequestHeader

function addRequestHeader(header: Object,
 headerValue: String): Void

decode

function decode(queryString: String): Void

getBytesLoaded

function getBytesLoaded(): Number

getBytesTotal

function getBytesTotal(): Number

load

function load(url: String): Boolean

onData

function onData(src: String): Void

onLoad

function onLoad(success: Boolean): Void

send

function send(url: String,
 target: String,
 method: String): Boolean

sendAndLoad

function sendAndLoad(url: String,
 target,
 method: String): Boolean

toString

function toString(): String
Overrides:


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc