public LoadVars()
Creates a LoadVars object. You can then use the methods of that LoadVars object to send and load data.
Example
The following example creates a LoadVars object called my_lv:
var my_lv:LoadVars = new LoadVars();