señores tengo el siguiente codigo en flash
datos = new LoadVars();
datos.nombre= "tia";
datos.direccion= "tiatia";
datos.telefono= 12345;
datos.send("http://localhost/ejemplo/insert_datos_post.php", "_self", "POST");
pero aunque deberia enviar las variables por POST yo las sigo viendo en el explorer asi
http://localhost/ejemplo/insert_dato...tia&nombre=tia
y por supuesto a la hora de leerlas en el php no las reconoce
please help