First I know this is semi off topic but I didn't know where to ask...
Ok I have a PHP code that generates numbers say it generates 125, 586, and 496. I want these numbers to be displayed inside of a Adobe (Macromedia) Flash 9 Document on my site. How could I "pass" the data to the flash so it would display it.
Look at a function in action script called sendAndRecieve(); It is used to get and recieve variables via post/get. If I remember right it'll even pick up on echo'd output.
Flash has various XML functions that will grab formatted XML from a php script. Perhaps you should visit the tutorial at http://www.adobe.com/support/flash/appl ... eshow_xml/ which tells how to create an image slideshow in XML to your application, and apply that to your application. I've tried something like this before and it isn't too difficult.