Parsing text from .html into swf/html
-
Here is direct approach of one way:
This Flash has to load text content from this webpage!
Currently it only reads/loads myText1.txt file.AS2 used in swf:
myData = new LoadVars(); myData.onLoad = function() { myText_txt.html=true; myText_txt.htmlText = this.myVariable; }; myData.load("myText1.txt");
I am trying the AS3 way of .html read! No luck so far -.-
I know is somehow possible PHP, Ajax, JS, etc way, but I dont want to learn build the car so I can have one.
Any suggestion how to solve this without the DSAM forcing spit the .txt file too.