don't know bout xml, but does it load at once, or in bits and pieces till it's complete?
might do
ActionScript Code:
function check_xml (){if([xml is notloaded]){// don't know how to do thattrace([some bit of you xml]);
}else{clearInterval(my_xml_int);
// [do whatever you want when done loading];}}
my_xml_int = setInterval(check_xml, 10);
and set the frame-rate of you movie really high.
Maybe that put's you in a direction?
__________________
Little bit off-Flash lately ... back soon hopefully
Last edited by sneeuwitje; 06-27-2003 at 09:31 PM.