How do I connect my Flash actionScript with MySQL and yea
How do i connect my FLash movie with PHP
How do i connect my FLash movie with PHP
| RadioPunker wrote: |
| Well what I use for my flash games to be able to have a submit score, is set in flash the score as a dynamic text with the variable score. Then on a button I set the code to:
loadVariablesNum ("page.php", 0, "POST"); page.php - The page with the code in it 0 - Not quite sure what this does, just always use 0 POST - POST or GET method Then on the page.php you can use the variable $score and it will have that value. |