Page 1 of 1
how to convert swf format file to gif with PHP?
Posted: Thu Jul 27, 2006 2:07 am
by noahgenius
how to convert swf format file to gif or other image format with PHP? Thanks
Offering PHP library is better
my msn is
chenpixoart@hotmail.com
email:
noahgenius@2911.net
Posted: Thu Jul 27, 2006 8:24 pm
by Benjamin
Why do you need to do that?
Posted: Thu Jul 27, 2006 8:55 pm
by dull1554
are you trying to take a flash movie and convert it to a animated gif?
if so i wouldnt want to do this with my webserver, im sure that would be very straining on the cpu, if its even possiable, i doubt you can do it because flash is run by a time line, there are individual frames, but they aret guarenteed to be sequential or anything like that, so as far as i know there isnt an easy to get each "frame" in a flash movie,
Posted: Thu Jul 27, 2006 9:37 pm
by noahgenius
thank you for your reply,dull
I designed an RIA application to generate flash movies online and it had a function of uploading image files(gif,png or jpg) for the flash background . But now I also want to upload swf format files. So I need a command-line tool to convert swf to image file ,or complete it with PHP. Could you help me?
Posted: Thu Jul 27, 2006 9:40 pm
by Locust
I doubt PHP can do this. You'll need a software package of some description to convert file formats. Try google.
Posted: Thu Jul 27, 2006 9:41 pm
by feyd
why can't you import the flash file as a resource like the images?
Posted: Thu Jul 27, 2006 9:48 pm
by noahgenius
I have to import swf file at run-time