hi everyone,
i'm new to this forum and i have a decent amount of programming knowlegde .
So i want to make a program similar to a auto clicker, it is for a flash based game. The game has a series of questions it asks randomly but the questions are the same. so i need provide the answer based on the question , this is the problem. I dont know how to intergate flash and python. thanks for your help in advance . Thanks!
Need Help with Python Coding - I'm a New Guy
Started by AndersonSingh, Oct 24 2010 05:09 PM
1 reply to this topic
#1
Posted 24 October 2010 - 05:09 PM
|
|
|
#2
Posted 13 November 2010 - 07:03 PM
@AndersonSingh
I absolutely do not understand why you need to use python in this case as what you want can be done with actionscript itself. The only case in which i guess you might need to integrate flash and python is when your web-server backend is in python and your frontend is in flash ...Even in that case fetching the data via HTTP request should work fine. You use python to deliver the data in XML format and your flash frontend recieves the XML file and processes it. However in case you are inclined towards using the ActionMessageFormat , possibly the following link might be of use to you :
PyAMF - AMF for Python
An elaboration of question might help me to answer better.
I absolutely do not understand why you need to use python in this case as what you want can be done with actionscript itself. The only case in which i guess you might need to integrate flash and python is when your web-server backend is in python and your frontend is in flash ...Even in that case fetching the data via HTTP request should work fine. You use python to deliver the data in XML format and your flash frontend recieves the XML file and processes it. However in case you are inclined towards using the ActionMessageFormat , possibly the following link might be of use to you :
PyAMF - AMF for Python
An elaboration of question might help me to answer better.


Sign In
Create Account

Back to top









