Web Pages Browsing
Do I have possibility to browse content of a web page in some .xmu element? Like iframe in html.
For example: <div src="www.google.com"></div>
Do I have possibility to browse content of a web page in some .xmu element? Like iframe in html.
For example: <div src="www.google.com"></div>
iHD is not a generic web browsing platform; you can download content from the web, but you can't browse HTML pages. What is more likely to work is to subsctibe to an XML Web Service that simply sends you the data, and then you format it on the player with iHD markup.
You could also "screen scrape" HTML (either on the player or via a proxy server) but that is probably more work.