Sending and receiving data from Flash AS3 to PHP

后端 未结 3 1415
逝去的感伤
逝去的感伤 2020-11-30 09:37

I know this is frequently asked, but I have looked all over the internet to find the mistake I\'m making with the code I\'ve used to send and receive data from AS3 to PHP an

3条回答
  •  难免孤独
    2020-11-30 09:38

    Your AS code seems to be right. So the problem might be in PHP. Please test first with this PHP file:

    
    

    This should then let your movie trace "true". You then should debug your PHP. print_r($_POST); destroys your output of course. May be you did forget to remove this debugging statement :-)

    @Jesse and @Ascension Systems, check the docs for URLVariables: http://livedocs.adobe.com/flash/9.0_de/ActionScriptLangRefV3/flash/net/URLVariables.html

提交回复
热议问题