I want to display a piece of text from an external website (maybe from a class or some kind of html id ?!?). What's the best way to do this?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
Pretty much the only way is with AJAX. Use "AJAX Request" or "AJAX Post to URL" action, and receive the result in "AJAX On Completed" event.