02-10-2011 01:58 AM
Is there a way to extract data from a web page and then display it on the playbook screen. the web page is in html and the data is text.
02-10-2011 02:06 AM
hey ashish,
you can achieve what you want using the URLLoader Class and the URLRequest class. below is a post i made a while back to access a webpage and retreieve data off of it. use it as a guideline to do what you want:
also there are several threads regarding this that may help you out too. search for "URLLoader" in the forums and you will get valuable examples. good luck!