Syphic
01-24-2003, 12:32 AM
Does anyone know how to send information from a flash document to a php file that can be sent to a mysql document?
I am trying to build a highscore list and other things out of flash but need mysql support in the background... Any ideas...
Syphic
www.Syphic.com
Rich2k
01-24-2003, 05:40 AM
Just input details in the query string to a php file. You can use flash scripting variables to parse to the query string.
I believe you can do it without going to a new page, but I'm not a flash designer by trade (I just try to use it as a hobby).
Syphic
01-24-2003, 01:52 PM
I only do program for fun but I like to design games and other things. Thank you for you comment. Could you give me an example of the code though??
david
(-_-)
01-28-2003, 01:11 PM
I did something like this... looking for snippet.
Ospinto
01-29-2003, 03:19 PM
look up the sendAndLoad, Load or Send functions in the flash mx actionscript dictionary. For a good tutorial, check out:
http://www.macromedia.com/desdev/mx/flash/articles/flashmx_php.html
Should have everything you need. Hope this helped.