|
-
explosive combination: iframe flash php form on IE
Hi to all!
I'm putting up a site based on flash. This flash is set up on a I-Frame.(i Know...it wasn't my choice..). That swf has a form that sends 3 variables to a mysql DB. everything is working on firefox and even on flock but not in IE.
I've made some tests and the problem is indeed the iframe.
on(release){
myVars = new LoadVars();
myVars.nome = _root.mc10.nome;
myVars.idade = _root.mc10.idade;
myVars.email = _root.mc10.email;
myVars.send("url", "_blank", "[POST]");
}
This is the code, and problem here is the target "_blank" that doesn't work!
can anyone help me?
thank you in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|