hi guys i ran into a problem
i am tryin to make a map system , using a land map
onmouse over (inflash it) gives the location name . this location name is picked up from a php file named location.php
when clicked on in flash it should send this value to a nother php file named region.php
the laction variable is being called up in a dynamic text area in flash
the code on my button is as following:
on(press){
loadVariablesNum(“region.php”, 1, “POST”);
}
on (rollOut) {gotoAndPlay(10);
}
here is an image of set up
the text are is a dynamic input field
and i made to a movie symbole
the problem is that it is not sending value of the text area to the region.php
i even tryed it on level 0
on(press){
loadVariablesNum(“region.php”, 0, “POST”);
}
can someone help me pleaseeeeeeeeeeeeeee