alex1985 0 Report post Posted May 20, 2008 Guys, if I did some flash game. How can I say set it that it works with php? Share this post Link to post Share on other sites
KansukeKojima 0 Report post Posted May 20, 2008 That really depends on what you want it to do... you'll have to clarify what you mean. Share this post Link to post Share on other sites
rvalkass 5 Report post Posted May 20, 2008 Exactly what do you mean by 'works with PHP'? Do you want information passed from the Flash file to a PHP script, or vice versa? Share this post Link to post Share on other sites
kobra500 1 Report post Posted May 20, 2008 Exactly what do you mean by 'works with PHP'? Do you want information passed from the Flash file to a PHP script, or vice versa? That really depends on what you want it to do... you'll have to clarify what you mean.I am assuming he means what rvalkass said, I think he wants to know if you CAN, and if so How can you.As for the answer I assume yes but don't know how! Share this post Link to post Share on other sites
galexcd 0 Report post Posted May 21, 2008 I need to stop clicking on topics started by alex1985. They just lead to confusion, and me attempting to figure out how to explain it so he can understand it and realize it is impossible and go back. Ok listen. Flash and PHP don't "work together". PHP is server side and flash is on the client side. Now I'm sure I know what you mean, you want to know if flash can load data from an external page correct? THIS HAS NOTHING TO DO WITH PHP. You must understand this before you are able to get anywhere with programming. Yes, flash can load an external file with the loadVariablesNum function, HOWEVER this has no restrictions to it being only php. This can be a text file if you wanted it to be. If you wanted it to load a php file thats great but understand that all php is doing is generating basically a text file on the fly for you. It in no way "works" with flash other than it rendering pages for it. Share this post Link to post Share on other sites
alex1985 0 Report post Posted May 21, 2008 Let's say for instance. I did some poker game based on Flash technology, were a registered user may add or withdrawal funds at any time to his or her payment system. Basically, I need to associate that thing with PHP. Share this post Link to post Share on other sites