leandreb
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2010
06:08 AM
Search screen
I need information to have the search program to search the xml and return the right “xml” once the match is found, please help...
3 REPLIES 3

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2010
09:32 AM
Re: Search screen
The search screen is just meant to provide the Roku user interface to input search queries. The query is generally implemented on your web servers via database queries.
--Kevin
--Kevin
leandreb
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2010
09:39 AM
Re: Search screen
Do you have any examples that I can use, like how to call a data base queries or a php script? thank you.
kbenson
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2010
12:07 PM
Re: Search screen
The Roku can't access databases directly. It can make HTTP requests through the roUTLTransfer component. You can see documentation in the component guide (in the SDK).
-- GandK Labs
Check out Reversi! in the channel store!
Check out Reversi! in the channel store!