User Guide
LoadVars 391
Property summary
Properties inherited from class Object
Event summary
Constructor summary
Modifiers Property Description
contentType:String The MIME type that is sent to the server when you
call LoadVars.send() or
LoadVars.sendAndLoad().
loaded:Boolean A Boolean value that indicates whether a load or
sendAndLoad operation has completed,
undefined by default.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onData = function(src:String) {} Invoked when data has completely downloaded
from the server or when an error occurs while data
is downloading from a server.
onLoad = function(success:Boolean) {} Invoked when a LoadVars.load() or
LoadVars.sendAndLoad() operation has ended.
Signature Description
LoadVars() Creates a LoadVars object.