I would like to create a search box in flash by setting up a input textfield and a simple button…I just want to have the button send the textfield variable to a php file…what i have is this…the textfield variable is “search”…
the only code in the movie file is on the button and it is…
on (release)
getURL(“advanced_search_result.php?=search”, _self, “GET”);
}
It is loading up the page but it isn’t passing the variable to the php file…I am using this in an OScommerce header…if anyone can even place me in the right direction that would be great…