I have a swf managed with SWFObject file which send on a other page $_POST
data. When I try to put print_r($_POST)
or $_GET
, php return me Array()
. But on the inspector chrome, $_POST
are here.
"Form data" :
onData:[type Function]
__app_key:be86b85e5b
code:b1512Xs05015s09153s09018s04144
groupId:8954
$_POST
data are sent but I can't use them.