Hi Abu-Ahmed,
Its simple. Follow these steps:
1- Create a folder with name "data" in your project directory (where we already have folders like src,inc,sis,group...). or it is possible that this folder exists by default if you are using Flash Lite Stub plugin for Carbide.
2- Copy all of your swf files in this "data" folder.
3- Suppose, that the swf files are first.swf,second.swf and third.swf.
4- Open the yourproject/sis/yourproject.pkg file and append these lines to it .
Code:
"..\data\first.swf" - "!:\private\EE0394F\first.swf"
"..\data\second.swf" - "!:\private\EE0394F\second.swf"
"..\data\third.swf" - "!:\private\EE0394F\third.swf"
Where EE0394F must get replaced by your applications UID and obviously, the swf file names must be equal to the one that are placed in the data folder.Thats it. 
Regards,
Sajid Ali Anjum