tags:

views:

61

answers:

1

Is there any wrapper class available in DOT NET so that i can create an image from a flash movie(swf file). I know there is something called FFMPEG.But its an exe.Since i am not going to deploy my application on a dedicated server,I cant put an exe file in the server.Is there any classes available which embed the functionality of this FFMPEG ? Then i can directly user it .My ultimate requirement is to produce Image from SWF file. This is not a screen capture .But getting an image from swf files stored in a purticular folder in server

A: 

Nothing in .Net Framework directly. You would have to find a library from someone or write it yourself....

klabranche