want to make flash preloader for onload function?

  • Started
  • Last post
  • 0 Responses
  • pkny

    i have a xml parser and i need to make a preloader.. or something that i can use to check the download status.. how does one go about this?? thx

    code goes something like this:

    itemsXML.load("Items.xml");
    itemsXML.onLoad = parseItemsXML;

    function parseItemsXML(success) {
    if (success == true) { .....
    }
    }