Post Reply

You must log in to post.

Update xml
  • Started 9 months ago by luddah
  1. luddah
    Member

    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 9 months ago #