I'm having trouble in retrieving text from a page using WWW class.
I tried the wiki Server Side HighScores with no results.
This is the url for the data I want to load in a string variable.
"http://www.toyotacoopertiresdesafioextremo.com/game/comunicaciones.asp"
I already could parse it correctly hardcoding the string inside the script, but now I receive the html code of a 404 page error in the "hs_get.text".
Is there any example php page or similar to test the script?
Please note I'm in a different location from the server, running on the editor and I don't receive the crossdomain.xml error I was receiving past days.
I'm pretty lost with this things, so any help is welcome.