light_in_tunel
08-04-2006, 07:29 AM
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
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