Loading a external swf

[FONT=Times New Roman][SIZE=3]I am trying to use your Flash XML Calendar from [/SIZE][/FONT][COLOR=black][FONT=Arial][COLOR=#606420]http://www.mc.maricopa.edu/other/ctl/_ctl_SD/resources/helpdocs/workshops/flash_components/FlashXMLCalendar.html[/COLOR][/FONT][/COLOR]

[FONT=Times New Roman][SIZE=3]I just have one problem, when I try to load it into my Main Flash (v8) the following happens.[/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]loadMovieNum(“calendar8_01.swf”,1); Display correctly but only in top left[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]loadMovieNum(“calendar8_01.swf”,this); Opens a new Window[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]loadMovieNum(“calendar8_01.swf”,xcalendar); Opens a new Window[/FONT][/SIZE]

[SIZE=3][FONT=Times New Roman]loadMovie(“calendar8_01.swf”,1); Display correctly but only in top left[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]loadMovie(“calendar8_01.swf”,this); Opens a new Window[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3]loadMovie(“calendar8_01.swf”,xcalendar); Display correct location, but only displays first date.[/SIZE][/FONT]

[FONT=Times New Roman][SIZE=3]What am I doing wrong?[/SIZE][/FONT]