How to send flash form data? [Python]

I would like to know if it is possible to submit a flash form from python and, if so, how? I already did submit the form with python before, but the forms were HTML not flash. I really don't know how to do this. In my research on this, I continued to receive "Min." However, Ming is only for creating .swf files, and that is not what I intend to do.

Any help on this is greatly appreciated.

+3
source share
2 answers

You can set the url attribute (I think this is the URL, please correct me if I am wrong) on ​​the Flash form control in a Python script - then it will go through HTTP POST, like any normal HTML form.

, , .

+1

- , - python, php - , "php + flash contact form", django - python, http (GET POST, , ) , .

, python flash , php, http-, XML , JSON.

0

Source: https://habr.com/ru/post/1715848/


All Articles