I’m new to flash and it’s really bugging me that I cannot find out how to do a simple url request. I don’t want to do XML. I just need to read a file ex: example.com/file.txt or example.com/file.php.
I am rocking back with Actionscript 2.0, does anyone know how to do a simple HTTP Request in FLASH, thanks it driving me crazy that I can’t find it.
Thank in advance.
Use PHP code for reading from .txt file and than use code like this:
In short, use loadVars for loading php vars. (do not read commentaries….)