Jump to content

Need Help with Python Coding - I'm a New Guy

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
AndersonSingh

AndersonSingh

    Newbie

  • Members
  • Pip
  • 1 posts
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!

#2
xenophilis gray

xenophilis gray

    Newbie

  • Members
  • Pip
  • 2 posts
@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.