AS2: Get Form - Please help

Hi

I have a flash document with a flash form on it.
I’m using it a bit like the search feature on sites so you put your info in and then it brings up the php page that echos information.

I have used this for the button:

container.loadVariables(“process.php”, “GET”);

but nothing happens. Do i need a different target like frame or something so it opens the new php page because i’m pretty sure “get” is for displaying the information inside the flash document, perhaps a dynamic text box but I need it to load a different page.

Any help is really appreciated :slight_smile: