Abarrow 0 Posted February 18, 2009 Report Share Posted February 18, 2009 Hi, I'm new to as3 and I was wondering how to pass variables back a forth between flash and php. Yes I googled it first. Quote Link to post Share on other sites
justsomeguy 1,135 Posted February 18, 2009 Report Share Posted February 18, 2009 You need to send a request. Flash can use loadVariables or getUrl to send a request, or you can also have Flash run a Javascript function to send the request. Quote Link to post Share on other sites
Ingolme 1,020 Posted February 19, 2009 Report Share Posted February 19, 2009 I believe Flash can communicateon its own with PHP through the URLRequest object. More information about that is right in the Flash help, but pressing F1. Quote Link to post Share on other sites
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.