Hello everyone,
I have a problem and no one so far could help me. I would really
appreciate your help.
I have created a simple upload system that uploads JPEG
files and creates two copies of the file, one original and one a
lower-quality file which takes much less space and serves as a
thumbnail. However, I decided to add support for Flash (SWF) files.
Now, does anyone know how I can create a JPEG thumbnail from
a Flash file? For example, doing something like extracting the first
frame from the SWF movie and saving it as a JPEG picture.
I would like to do that with PHP code. Although other solutions will
be equally appreciated, I would like it to be a separate solution that
does not require external libraries (and I already looked at the
documentation for Ming and the SWF libraries - didn't find anything useful).
There is a library which is fully written in PHP, called FreeMovie, but
unfortunately they will have the SWF Parser only in the next
version, and I need a solution quite urgently.
Ok, I guess that's all. Sorry for the length of the post, and your
help will be greatly appreciated.