Communicating from Flash to Python
Corey Richardson
kb1pkl at aim.com
Thu Mar 3 18:47:46 EST 2011
On 03/03/2011 05:01 PM, Victor Subervi wrote:
> Hi;
> I have an AS3 script that is supposed to communicate with a python script
> and I don't think it is. The python script is to email.
How does Flash communicate with Python? Only thing I found at all was
Flash interfacing with a PHP script via a webpage, so are you trying to
use Python with the CGI to do this? If so, check out the actionscript
thing at [1] and just implement the server page with Python CGI instead
of PHP.
[1]
http://www.actionscript.org/resources/articles/82/1/Send-Email-via-Flash-and-PHP/Page1.html
--
Corey Richardson
More information about the Python-list
mailing list