Loading swf through xml

hi,

I want to load a swf file into another swf file through xml. I know how to load jpg file but I don’t know how to load swf file. here is my xml code.

<load>
<swf url=“Infrastructure.swf” />
</load>

can somebody help me with this thing.