PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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,
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?