Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Cpt. Awesome #1
Google Search?
Anybody have the code or know how to make a Google search from a text input?
Cpt. Awesome Guest
-
Google Search
I haven't seen any questions/response about this, and searching for it returns 0 hits. I would like to have an internet search area on my site,... -
Info on Google search results
Hey Guys, Google search results sometimes come back with extra information just below the name of the web site; for example, if you Google the... -
Google Search API
I have gotten as far as I can with the coding, I am trying to run an automated search on google for stock information, once I run the search i want... -
Simple Google search
I'm trying to develop a search page for my website, but rather than using Verity I want to use Google. I have a search box in my cfm.dwt.template... -
Keep Google search hits despite PHP??
While in the process of reorganizing my company's website and I created a database of all their publications. I replaced their old html... -
Greg Lafrance #2
Re: Google Search?
Do you mean use the text in the TextInput as the keywords for a Google search?
If so, then what do you want to do with the result? How will it be displayed?
You could have a button user clicks which fires an HTTPService or WebService if
Google offers web service based APIs. Then process the result.
Greg Lafrance Guest
-
justria #3
Re: Google Search?
Just submit a HTTP request using this ULR schema:
[url]http://www.google.com/search?q=some+Text&ie=UTF-8&oe=UTF-8[/url]
This call will return the text of the Google result page.
The search API, which Google offered in the past, isn't any longer available.
So you are on your own to parse HTML - and keep you code updated, as soon as
Google changed their generated HTML.
justria Guest
-



Reply With Quote

