Is there a way to remove cookies from AS

i got this php


<?
setcookie("affuser", "", time()-84600);
setcookie("affpass", "", time()-84600);
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Pragma: no-cache");
header("Location: index.html");
?>

but i want to see if i can CALL that php from AS and make it do all that inside flash then
refresh the page inside flash or via that php file…

i hope you undestand :stuck_out_tongue:

im calling that php file from a geturl in flash.

so i wanna see if i can make it to do it inside it