Data-components bug?

I think I just discovered a bug with the data-components (xmlconnector, dataset, datagrid), but Im hoping I just screwed up somewhere.

I have an INDEX.swf, which loads DATA_1.swf and DATA_2.swf, each at a press of a button, with the loadMovieNum() - function. They both end up in different levels.

The DATA_i.swf-files are both made using the Data Connection Wizard that you can get when upgrading to version 7.2, and loads an xml-file into a datagrid, using the components xmlconnector and dataset.

Well, turns out that the whole thing goes haywire when a specific sequence of buttonpresses occurs.

For instance, loading DATA_1.swf, and then DATA_2.swf into INDEX.swf will work fine.

But if I load, for instance, DATA_1.swf, then unloads it, and then tries to load DATA_2.swf, the thing goes crazy (iteration-problem - you know when it loops more than 250 times - according to the debugger, but I cant figure out what code its iterating trough).

Anybody still with me? Well, sure seems like a bug to me. Anybody prove me wrong (please :wink: ) ?