PDA

View Full Version : Search Box


shawnmichaels
10-10-2005, 01:09 AM
Hey Guys!

I am new to flash, I bought a template to play with. It has a search box, how do I make it search google? I have the URL I need, Just need everything before and after it.

Thanks ya'll

oka_
10-10-2005, 01:54 AM
Just use the getURL function. That will pop up a new window using the URL you pass to it.
e.g.

getURL("www.google.com...", "_blank");


-oka

shawnmichaels
10-10-2005, 11:23 AM
How do I link that to whats in the textbox? In HTML it would be a form event, but i'm not sure about flash

shawnmichaels
10-10-2005, 12:01 PM
I guess molreless what I mena is, I have a text box, and I have a button. I somehow in code have to link the button to get the data in the textbox and then search for it