PDA

View Full Version : Reading a web page


newbe
08-02-2008, 05:02 PM
I want to assign value of a web page to an ActionScript variable.

var i = readUrlContentFunction("http://www.somedomain.com/gadget.php");

Is there such a function?