Flash Lite 2.x and 3.0 ActionScript Language Reference

LoadVars constructor

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();