This is an archived tutorial from the kirupa.com legacy collection. It covers software that may no longer be available, but it is kept online because the ideas still hold up.
One of the greatest technologies to appear on the net was Atomz's Search engine. Unlike other search engines that forced you to configure CGI/Perl scripts to work, Atomz created a search engine that worked from a remove location on their server custom-tailored to your site. Best of all, the Atomz Personal search feature is free for sites under 500 pages.
Over the past few days, I have been working on a Flash only navigation (which can be seen on the top of all the pages). One question that I encountered was "How do I use my cool Atomz search feature from within Flash?" After unsuccessfully search google, I decided to experiment with Flash and create a custom text field for Atomz.com myself.
| Note |
|
You must have an
Atomz.com search account to complete this tutorial.
You can get a free Atomz.com search account for your
own site by visiting the following URL:
http://www.atomz.com/search/trial_account.htm
|
The following animation is an example of what you will create. Enter a word in the text field and press the Search button or press Enter:
[note: your version will NOT load search results in a new window]
The steps will explain how to setup the animation for creating a search field:

[ select input text ]

[ draw the text field ]

[ the text properties panel ]
You have just finished creating the text field. The time has now arrived for you to create the button and the actions to make the search form work!
The following instructions will help you to create the button and add actions:

[ the little green circle that will be the button ]
on (release, keyPress "<Enter>") {
id = "00040c2f-sp00000000";
address = "http://search.atomz.com/search/?sp-advanced=1&sp-q="+url+"&B1=search&sp-a="+id+"&sp-w-control=1;";
getURL(address);
}
![]()
[ the url box from where you can determine your atomz search id ]

[ replace my id with your id; keep the quotation marks! ]
You have just completed the atomz.com search field. The following lines will briefly explain what each line of code you entered copied and pasted a few lines ago mean. As always, I have provided the source code to the animation you see above. Click the Download FLA link below to download the source file:
For information on creating a search form that plugs into google.com and searches using google's search engine, click here
Also, a special thanks goes out to Nischint Sohal who gave me the idea for this tutorial!
Just a final word before we wrap up. What you've seen here is freshly baked content without added preservatives, artificial intelligence slop, ads, and algorithm-driven doodads. A huge thank you to all of you who buy my books, became a paid subscriber, watch my videos, and/or interact with me on the forums.
Your support keeps this site going! 😇

:: Copyright KIRUPA 2026 //--