Help me send vars from flash to php

I’m trying to send one variable from flash to php and the see it again in flash but still can’t get it work

here is my FLA

and the php code is exactly like this:

 
<?php


// Receiving the variables.
$nome1 = $_POST['estados'];


// Printing out the variables.
print "&nome2= $name1";

?>
  

Thanks for any help