Rifts Posted August 23, 2010 Share Posted August 23, 2010 Hey guys I'm trying to make browser game and I was wondering if this is possible. 99% of the game is html/php/mysql but I wanted one little mini game to be in flash. after playing the flash game if you win you get +1 of whatever to your account. So my question is can someone program that cross over of flash back into php? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/211541-php-and-flash/ Share on other sites More sharing options...
RussellReal Posted August 23, 2010 Share Posted August 23, 2010 to talk to php thru the game is a simple URLLoader then you handle it just like you would handle a form or whatever in php in order to keep it secure however you're probably gonna want to add in some sort of ticketing system.. that way someone with firebug won't abuse the url request but the concept is still rather simplistic and shouldn't be very hard Quote Link to comment https://forums.phpfreaks.com/topic/211541-php-and-flash/#findComment-1102843 Share on other sites More sharing options...
Rifts Posted August 23, 2010 Author Share Posted August 23, 2010 Thanks I will look into that.. I came across this submit.onPress = function () { getURL ("getVars.php", "_blank", "POST"); } and it seemed to work any thought on it? its from a guide located here hXXtp://www.kirupa.com/forum/showthread.php?t=101228 Quote Link to comment https://forums.phpfreaks.com/topic/211541-php-and-flash/#findComment-1102916 Share on other sites More sharing options...
Alex Posted August 23, 2010 Share Posted August 23, 2010 If it works what kind of thought are you looking for? Quote Link to comment https://forums.phpfreaks.com/topic/211541-php-and-flash/#findComment-1102923 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.