on(release)
{
var c = new LoadVars();
c.action="save";
c.name="colin";
c.phone="123456789";
c.address="china";
c.sendAndLoad("process.php",c,"POST");
}
process.php执行完毕后把结果变量放到c中供flash处理
LoadVars.sendAndLoad()
可用性
Flash Player 6;行为在 Flash Player 7 中发生了变化。