kevinak Posted September 19, 2008 Share Posted September 19, 2008 How would I go about passing a single var from flash to php? Let's say I had var score in the game and it was 25. Is there anyway to get that 25 and save it into a php var? Link to comment https://forums.phpfreaks.com/topic/125017-using-php-to-get-a-var-from-flash/ Share on other sites More sharing options...
JasonLewis Posted September 20, 2008 Share Posted September 20, 2008 You need to POST it, it is possible. There are scripts/tutorials around such as Highscore tables and what-not. Remember that Google is oh so powerful. http://code2design.com/tutorial/sending_variables_from_flash_to_php_and_back http://www.flashvista.com/details/item/279/ Link to comment https://forums.phpfreaks.com/topic/125017-using-php-to-get-a-var-from-flash/#findComment-646068 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.