ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > LoadVars > 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
The following example creates a LoadVars object called my_lv:
var my_lv:LoadVars = new LoadVars();
|
|
|
|