I'm trying to read some text from a website (external domain) and display that in my flash movie, is there a beginner friendly way of doing this ?
The text on the html page is placed in containers (I can change it if that makes things easier)
<div id="price1">200$</div>
<div id="price2">500$</div>
<div id="price3">600$</div>
How do I do this ?
I've been reading through the AS3 help pages (Using the ExternalInterface class) but couldn't find anything that suits my needs.