LoadVars constructor

public LoadVars()

Creates a LoadVars object. You can then use the methods of that LoadVars object to send and load data.

Availability: ActionScript 1.0; Flash Player 6

Example

The following example creates a LoadVars object called my_lv:

var my_lv:LoadVars = new LoadVars();