Linking WebEx SWF files within a Flash Presentation

[FONT=Arial][SIZE=2]I’m building a flash presentation that will display PDFs, PowerPoints and WebEx file converted into SWF’s.[/SIZE][/FONT]
[FONT=Arial][SIZE=2] [/SIZE][/FONT]
[FONT=Arial][SIZE=2]Each WebEx has its own folder and within it is a SWF, a voice over FLV, a video FLV and an XML document. [/SIZE][/FONT]
[FONT=Arial][SIZE=2] [/SIZE][/FONT]
[FONT=Arial][SIZE=2]When you play the SWF within the folder it works fine. [/SIZE][/FONT]
[FONT=Arial]
[SIZE=2]The main flash SWF presentation is in the main directory and when I load the WebEx SWF in to the main SWF it just displays the WebEx frame but not the video and voiceover and details from the XML.[/SIZE][/FONT]
[FONT=Arial]
[SIZE=2]This is the code I’m using.

//load Movie Behavior
if(this.page1 == Number(this.page1)){
loadMovieNum(“WebEx1/1.swf”, this.page1);
} else {
this.page1.loadMovie(“WebEx1/1.swf”);
}
//End Behavior

I cannot put all the WebEx files into the main route directory as the have the same FLV and XML name.[/SIZE][/FONT]
[FONT=Arial]
[SIZE=2]I can change the FLV names and change the ref within the XML but not the name of the XML as the SWF it referencing it.[/SIZE][/FONT]
[FONT=Arial][SIZE=2] [/SIZE][/FONT]
[FONT=Arial][SIZE=2]Any Ideas![/SIZE][/FONT]
[SIZE=4][/SIZE]