如何在actionscript 2中发出HTTP请求

时间:2009-06-22 14:58:57

标签: http actionscript-2

我对actionscript 2和HTTP相当新,但我需要能够通过actionscript 2发送HTTP请求消息。我不确定如何做到这一点。谢谢你提前帮忙。

1 个答案:

答案 0 :(得分:1)

您使用LoadVars类:

http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00001161.html#305040

特别是你将使用sendAndLoad方法。