Class LoadVars

LoadVars

Field Index

_customHeaders, contentType, loaded

Method Index

new LoadVars()

addRequestHeader(), decode(), getBytesLoaded(), getBytesTotal(), load(), onData(), onLoad(), send(), sendAndLoad(), toString()

Constructor Detail

LoadVars

function LoadVars()

Field Detail

_customHeaders

_customHeaders:Array

contentType

contentType:String

loaded

loaded:Boolean

Method Detail

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

send

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

sendAndLoad

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

toString

function toString():
String

onData

function onData(src:
String):Void

onLoad

function onLoad(success:
Boolean):Void