Hello.
I have a flash file here, that retrieves info from a xml.
Now is this the way that I want to update the information from the xml file every 20 seconds. Since the content changes all the time.
This is my code now:
my_xml = new XML ();
my_xml.load ( "news.asp");
my_xml.onLoad = my_function;
my_xml.ignoreWhite = 1;
Hope it can be solved.
Greetings, Luddah
#  /  posted on Jun 09, 2009

