SWF working as a standalone, but not though loadClip()

The swf works fine when i click on it or the associated html, but if i use loadClip to load the swf into another webpage it won’t show up on the screen.
Its not a directory problem, as iv checked and double checked!!
When i output whats going on, the swf is loaded, as well as the XML, but thats it. It stops at the XML. Even though the directories are correct!!!

my xml file

<gallery>
	<item img="thumb/pg-t-01.jpg" sound="sound/1.mp3" />
	<item img="thumb/pg-t-02.jpg" sound="sound/2.mp3" />
	<item img="thumb/pg-t-03.jpg" sound="sound/beat.mp3" />
	<item img="thumb/pg-t-04.jpg" sound="sound/beat2.mp3" />
.
.
.
</gallery>

Whats going on?