Sorry for my english im french.

I make preloader.swf and videochat.swf

I make a background for my videochat, and i cut it to 15 pieces, and make 15 .swf in my forlder /skins/

I make a .xml files called skin.xml in folder /skins/

something like this.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<Skin>
<SKIN_BKGROUND>
<BKGROUND name="Standard" value="bkground.swf" />
<BKGROUND name="Drinking Girl " value="bkground01.swf" />
<BKGROUND name="Blue Girl" value="bkground02.swf" />
<BKGROUND name="Conference" value="bkground03.swf" />
<BKGROUND name="Coffee Woman" value="bkground04.swf" />
<BKGROUND name="Sweet Lovers" value="bkground05.swf" />
<BKGROUND name="Party" value="bkground19.swf" />
<BKGROUND name="Gift" value="bkground22.swf" />
<BKGROUND name="Sweet Chat" value="bkground21.swf" />
<BKGROUND name="Hearts" value="bkground23.swf" />
<BKGROUND name="Love" value="bkground24.swf" />
<BKGROUND name="Hug" value="bkground25.swf" />
<BKGROUND name="U&amp;Me" value="bkground26.swf" />
<BKGROUND name="Cupid" value="bkground27.swf" />
<BKGROUND name="Heart Flower" value="bkground20.swf" />
</SKIN_BKGROUND>
</skin>
Now i want my preloader load skin.xml and load all the .swf in my xml and at the end it load videochat.swf

Someone can make me a example full working please because its 1 week im searching on google nothing work for me

I need the example to preloader everything with 1 progressbar %

and a example how i can paste the .swf background in my videochat.

thank you.