AS3 and PHP - delete image from server

Here is what I am trying to do…

Load an image into Flash from my server… (which I know how to do)

then if you click a button in flash, PHP will remove the image from my server.

I found an AS2 example that works perfectly!!!.. now I am trying to convert the example to AS3, but I am having some issues.

The AS3 version does not work because I dont understand how to properly connect PHP POST with the delete button etc…

View these 2 links for the code…

http://www.ydesigned.com/test/AS3Attempt/AS2.txt
http://www.ydesigned.com/test/AS3Attempt/AS3.txt

The AS2 version works perfectly, but I need it to work in AS3.

Someone please help. I am new to AS3.

thank you!!!
Ed