I am trying to preload an xml file that is being generated by a php script, so the location of my XML object is that php page.
Unfortunately, it seems that getBytesLoaded and getBytesTotal will not return values until the file is completely loaded, and thus I can’t show percentage loaded, only perform actions when the file is completely loaded.
Is there a way to remedy this, either in actionscript or by doing things differently on the server side?