Hi, i need to get some data from a web page , every second..How i can i do?? what are the steps?? Can somebody help me??? is there a > plugin that do that??? thanks, Lestroso.
Develop games in your browser. Powerful, performant & highly capable.
You need to add AJAX object to the project. Make a request or post to the website with AJAX. Use "AJAX On Completed" event to get the response from AJAX.LastData expression.
Search the forum or tutorials section, there are plenty of examples.