PDA

View Full Version : possible to send POST data to PHP file without losing flash movie


livingeachday
04-28-2004, 10:58 PM
Hi, I was wondering if it were possible to have a flash movie send post data to a php file without the php file loading in the movie window. i'm sending the post via the LoadVars() function.

The only thing i can think of is to send load the PHP file and send the post data into a small hidden IFRAME within the same html doc as the flash movie; or if need be to have it open a small sized window popup.

I'm not sure how to or if you can do with with LoadVars() though. Does anyone know of any way I could work through this?

Thanks!

CyanBlue
04-29-2004, 07:57 AM
Howdy... :)

I don't know what you are trying to do but if you are asking if it is possible to send a variable to PHP script without opening new browser window, you could do that by using sendAndLoad() function instead of send() function and you have option to choose POST or GET from there... Post your code if you need more help... :)