Extracting images from SWF file

Hi All,

How could images be extracted from swf file in the order IE shows them?
I use foreach for retrieving images from collection:

Aspose.Flash.Swf;
foreach (var image in flashContainer.Objects.OfType()) ....

and the result does not always go clockwise. Very often it goes absolutely unpredictable, depending on an input swf file.

I want to have a clockwise output array of images.

Please, help.

Hi,

Thanks for considering Aspose.

I am afraid, Aspose.Flash is now a discontinued product, please see this document for your reference.


If you have any other questions, please let us know, we will help you asap.

Hi,

Would you know any other products that enable us to decompose a SWF file? Inside aspose family or outside?

Best regards

Hi,

I am afraid, I do not know any such library. You can google to find out the SWF libraries that can manipulate Flash files.

I found this article from Google if it could be of any help to you.