fabiez Posted September 1, 2011 Share Posted September 1, 2011 I'm using this script in my movieclip and want to catch it in my php file onClipEvent (enterFrame) { _root.check = Math.round(_root.scale._x/3); var my_lv:LoadVars = new LoadVars(); my_lv.test = Math.round(_root.scale._x/3); my_lv.send("form.php",_self,"POST"); } And I try to catch it with <?php print $_REQUEST['test']; ?> preciate any help Quote Link to comment https://forums.phpfreaks.com/topic/246178-catch-flash-variable-with-php/ 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.