I am trying to use the atomz search engine tutorial to add a search field within my flash movie.
When I upload the file and test, it does not connect to the atomz search engine and shows a ‘Page not found’ error.
Also, when this happens the url shown in the address box is as if a link is trying to be made to a page on my site instead of the atomz site.
The actionscript as shown in the tute is (this is attached to the ‘GO’ button within the movie):
on (release, keyPress “<Enter>”) {
id = “sp1002205b”;
address = “http://search.atomz.com/search/?sp-advanced=1&sp-q="+url+"&B1=search&sp-a="+id+"&sp-w-control=1;”;
getURL(address);
}
I have checked my id is correct and cannot see what I’m doing wrong (the downside of being an AS newbie!)
Hope this makes some sense - I’m stumped!