Flash Form Help

I’ve created a flash form that sends data to an asp file using the code…

 
on(press){
getURL("[http://yourSite.com/processForm.asp",0,"post](http://yoursite.com/processForm.asp)");
}

It works fine when played though flash, or flash player,
but when I publish it to a html page, it doesn’t want to open
the asp page when submitted.

Does anyone know how to fix this?
Hopefully within the flash form itself, since the form will be
used in a banner ad, so adding/changing html on the page isn’t
much of an option.

Thanks in advance.