flash 中怎么外部传参?
on (press)
{
var file = new LoadVars();
file.load("/my.php");
file.onLoad = function (成功)
{
if (成功)
{
トレース (file.roulette);
if (!isNaN(file.roulette))
{
start_mc._visible = false;
p1 = 0;
p2 = 0;
r = 0;
_root.bc2._rotation = 180 - Math.round(Math.random() * 360) ;
_root.bc3._rotation = 180 - Math.round(Math.random() * 360);
s1 = Math.round(Math.random() * 8) + 2;
s2 = Math.round(Math.random() * 8) + 2;
roulette = file.roulette;
rouletteStr = file.rouletteStr;
トレース (rouletteStr);
トレース ("加ダウンロード成功 ok ");
}
else
{
message._visible = true;
message.info.htmlText = file.rouletteStr;
} // else if
}
else
{
set(message._visible, true);
message.info.text = 读取记录错误,请刷新;
} // else if
} ;
}
请教一下有看的懂,请问関数 (成功) 怎么传给它パラメータ啊? 传给成功 (成功は个パラメータ) 急谢谢回答者!
------解决方案---------
用関数数!传值