Page 1 of 1

passing a variable from flash to php

Posted: Mon Jun 21, 2004 9:17 pm
by Cateyes
Hi I was wondering if anyone has ever passed a variable from flash to php basically it's an id number I used get for it, I am wondering if its not a flash ploblem as I am using the get command in flash to retrieve the result from the php script this is how I am executiong my script in flash http://localhost/retrive.php?id=1 in my script i use the get command to retrieve the id number this works great in html but flash doesn't seem to pass the variable. On another note to see if flash was getting the result I put in my php script as a test id=9 and it returned the proper results to flash so if I could only figure out whats happening with the variable I would be very happy.