Hello crofty -
Great question! Not only did I find an answer for you, I found a fully
functional, working example online. You can view it here:
Creating an Atomz.com Search Field (In Flash) by Kirupa Chinnathambi
http://www.kirupa.com/developer/mx/atomzsearch.asp
I am not to sure how well Google Answers will handle the formatting,
but here is the action that you will need to do this :
Atomz Flash Action
-----------------------------------------------------------------------------
on (release, keyPress "<Enter>") {
id = "ENTER YOUR ATOMZ ID NUMBER HERE";
address = "http://search.atomz.com/search/?sp-advanced=1&sp-q="+url+"&B1=search&sp-a="+id+"&sp-w-control=1;";
getURL(address);
}
If the above did not come out well, you can just visit the page I gave
you above, and scroll down to 'Creating the Button and Adding
Actions', sub-section 'iii'. It has the action script available in a
selectable text area. The site also gives away the Flash source file
for free:
http://www.kirupa.com/developer/mx/code/atomz.fla
To find this answer I searched Google for:
atomz on a flash
://www.google.com/search?q=atomz+on+a+flash
Thanks for the great question! Should you need further clarification,
please ask before rating this answer as I would love to be of further
help.
SgtCory |