SearchBox For Your Blog!
_by cmonney
Hi there,
I'm here again, this time writing a lil', but prolly very useful tut for "WORDPRESS" users. After you complete this, you will have a fully functional search box for your blog...
1.- Let's Get Started!!!
1.1- Create a "Input Text" box.
1.2- Name it "search_box".
1.3- Check the "Target Box".
1.4- Press the "Black Border With White Background" button.
1.5- If you are not in "Advanced Tab" switch to it and in the "Variable Box" type: s
1.6- You should have something like this:

2.- Now that you have your search box set up, you will just need a trigger/button that will send the entered data to your "WORDPRESS" search engine... let's get it done!!!
2.1- Create any shape that you want to use as a trigger/button.
2.2- With that your trigger/button selected switch to "Script Panel View" and enter the following code:
CODE
on (press) {
getURL("?p=","","GET");
}
3.- ...and there you have it!!!... a search box for your WordPress Blog!!!
'Til Next Time...
Happy SWiSHing!!!