The bSearch for Web component is used to search for information on the web. It uses the real Yahoo API and so you search through all their indexed pages. It returns the same result as the original search from the yahoo website. Everything can be customized from XML and CSS .
This component comes with three ready to go themes: Ligh, Blue & Orange and Dark
Documentation:
Features
It offers great features like:
- every color can be modifyed from the XML file
- all the texts can be formated using the CSS file
- some setting also can be changed from XML
- livepreview in Flash IDE
- returns accurate data using the Yahoo search engine
- a theme can be easily changed by only pointing to another XML and CSS
- you can say how many results to show per page
- you can use a website to filter the results allowing you to search only through your website
- easy to use. Just drag and drop and you are ready to go.
- width and height can also be changed from XML
- all the resizing and repositioning is done automatically by the component
- smooth scrolling for the results
- many many more
XML FILE
background="solid" //type of background: solid or transparent<br />
backgroundColor="0x000000" //background color<br />
backgroundOutline="0x058B8B" //background outline color<br />
searchBarColorA="0x333333" //first color of search bar gradient<br />
searchBarColorB="0x666666" //second color of search bar gradient<br />
searchBarOutlineColor="0x333333" //search bar outline color<br />
searchLabel="Search Into The Dark" //search button label<br />
searchInputText="Enter keyword..." //predefined text input text<br />
resultsBarsColor="0x555555" //top and bottom bar colors<br />
resultsBarsOutlineColor="0x999999" //top and bottom bar outline color<br />
resultsBackgroundUp="0x000000" //result background color for UP state<br />
resultsOutlineUp="0x999999" //result outline color for UP state<br />
resultsBackgroundOver="0x555555" //result background color for OVER state<br />
resultsOutlineOver="0x999999" //result outline color for OVER state<br />
menuBackgroundUp="0x333333" //bottom menu background color for UP state<br />
menuOutlineUp="0x999999" //bottom menu outline color for UP state<br />
menuBackgroundOver="0x555555" //bottom menu background color for OVER state<br />
menuOutlineOver="0x999999" //bottom menu outline color for OVER state<br />
menuBackgroundCurrent="0x750B0C" //bottom menu background color for CURRENT page<br />
menuOutlineCurrent="0x111111" //bottom menu outline color for CURRENT page<br />
numberOfResults="10" //number of results per page<br />
websiteFilter="yoursite.com" //a website to be searched on<br />
width="615" //width of the component<br />
height="460" //height of the component<br />
<strong>apiKEY="!!!ENTER YOUR API KEY HERE!!!"</strong> //the API key from Yahoo<br />
<br />
CSS FILE
a:link{ …. } //style for the title hyperlink<br />
a:hover{ …. } //style for hovering on the title hyperlink<br />
.titleT{ …. } //style for the title<br />
.buttonT{ …. } //style for the bottom menu buttons text<br />
body{ …. } //general style<br />
.abstract{ …. } //style for the abstract (description) of the result<br />
.lastR{ …. } //style for the last row from the results the one with the link<br />
.stat{ …. } //style for the text from the top bar<br />
Other Themes for search engine
















0 Purchases
2 Comments