Hi,
I’m trying to create a search box inside a flash file for one of my sites. Currently the search works as html. I was told that it will work if in Flash.
I created an input text box and a button. Grouped them together as a clip. Then placed the following code on the button. Nothing happens when I hit the button. I tried using “GET” as well.
on (release) {
loadVariables(“http://www.julesseltzer.com/sessearch.php?q=searchquery”, “POST”);
}
The address with the q=searchquery is what the company who makes the search engine said to you. Any help would be apprecieated.
Adam