Hi Navin,
I have merged two SWF files using the following code and the output SWF file plays both input files successfully in the final output:
//load first input swf file
Aspose.Flash.Swf.FlashContainer container = new Aspose.Flash.Swf.FlashContainer("input1.swf");
//add second input swf to merge
container.AddFlash("input2.swf");
//get the final merged output swf file
container.Write("output.swf");
However, I have noticed that there were some issues due to certain input SWF files. Can you please share the input files you're using at your end, so we could test the issue with those files? Also, the code snippet you're using, if different from the above code, will also be helpful.
We're looking forward to help you out.
Regards,
Shahzad Latif
Support Developer
Aspose Sialkot Team
About Us Contact Us