Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/email/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Actionscript 3 在AS3中编写.txt_Actionscript 3_Email_Send - Fatal编程技术网

Actionscript 3 在AS3中编写.txt

Actionscript 3 在AS3中编写.txt,actionscript-3,email,send,Actionscript 3,Email,Send,现在,我想在AS3中制作一个非常业余的flash游戏。我想输入一个字段。如果有人这样写,写的内容(电子邮件地址)将在我的ftp服务器中文件旁边的.txt中。我如何才能做到这一点?您是在网上创建的?您必须通过服务器端脚本来完成。单靠ActionScript无法工作。您需要将数据发送到服务器上的PHP脚本。然后PHP会把它写在某个地方,通常是MySql数据库,而不是数据库中。OP需要一个文本文件。但我也建议使用PHP。

现在,我想在AS3中制作一个非常业余的flash游戏。我想输入一个字段。如果有人这样写,写的内容(电子邮件地址)将在我的ftp服务器中文件旁边的.txt中。我如何才能做到这一点?

您是在网上创建的?您必须通过服务器端脚本来完成。单靠ActionScript无法工作。您需要将数据发送到服务器上的PHP脚本。然后PHP会把它写在某个地方,通常是MySql数据库,而不是数据库中。OP需要一个文本文件。但我也建议使用PHP。