PDA

View Full Version : Creating a search field in Flash 5 - The Atomz code



Nischint
March 21st, 2002, 07:04 PM
Hi,

This is the code that Atomz.com gave me to incorporate in the HTML. Now I would like to use this same code and create a search field within a Flash movie. how do I do this? Please explain this like I'm a child. Kinda a beginner at Flash 5

Note: The "<" and ">" I have replaced as "(" and ")". Otherwise it wouldn't allow the code:

(!-- Atomz Search HTML --)
(form method="get" action="search.atomz.com/search/")
(p)(font face="arial,helvetica,sans-serif" size="-1")(b)search(/b)(br)
(input class=formitem id=search size=5 name="sp-q")
(/font)(br)
(input type=image height=20 width=20 src="imgsearch.gif" name=submit align="absmiddle" border="0")
(input type=hidden name="sp-a" value="sp10016a77")
(/p)
(/form)

kirupa
June 3rd, 2002, 11:36 AM
I have created a tutorial regarding this very issue: www.kirupa.com/developer/...search.asp (http://www.kirupa.com/developer/mx/atomzsearch.asp)

Cheers,
Kirupa =)