HappyPandaFace Posted April 2, 2007 Share Posted April 2, 2007 How do I send variables to a php script so it can goto my mySQL database from flash? Quote Link to comment https://forums.phpfreaks.com/topic/45217-sending-variables-from-a-swf-file/ Share on other sites More sharing options...
YAOMK Posted June 25, 2007 Share Posted June 25, 2007 You have 2 options here, you can either serialize data into and from xml or you could use a remoting gateway such as amphp, sabre or web-orbs. Please consider reading: http://www.sephiroth.it/tutorials.php or doing a siple google search. Good luck. Quote Link to comment https://forums.phpfreaks.com/topic/45217-sending-variables-from-a-swf-file/#findComment-281771 Share on other sites More sharing options...
trq Posted June 25, 2007 Share Posted June 25, 2007 Its not as complex as that. flash is just another client, nothing well, to flash. Take a look at the loadVariables method. eg; form.loadVariables("process.php", "POST"); Quote Link to comment https://forums.phpfreaks.com/topic/45217-sending-variables-from-a-swf-file/#findComment-281986 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.