XMLConnector Movie (Loading in Master Movie)

I am using XML Connector to load data from XML file. This movie is working fine when i run in seprately. But i have to load this movie in its “Parent Movie”. As i am using loadMovie to load this movie in a movie clip in its parent movie. Movie is loading but the XMLConnector is not loading the data. It might have the problem of loading in levels, but for that i am already calling the XMLConnector in a separate MovieClip so as to load it like this.

this.myxML.trigger();

Anyone who has some idea about it. please comment.

Thanks