ARGGHHH!!!!

OK, as a final note. The problem described seems to be fixed in the Flash 5.0.42.0 plugin. So using the 'with()' statement in the function called by XMLdoc.onload no longer works in the 42 plugin release.

So now I doublely recommend just using the XMLdoc.onload event handler to set a flag off of '_level0' and testing for that to parse the XML rather than parsing it in the function itself.

- Tony