andz Posted June 13, 2011 Share Posted June 13, 2011 Hi guys, I have a script that creates animated image using PHP and GD combination. Now, my problem is that, I want to convert that animated image into a a flash file (swf). The problem that I'm facing right now is that how do I retain the animation in that animated image when it's converted to swf? I successfully converted a plain jpg file into swf and works fine but for animated image, got no luck. Or is there any way to combine 2 static image to create 1 animated swf file? Any help guys will do. Thanks Quote Link to comment Share on other sites More sharing options...
venkyzrocks Posted June 13, 2011 Share Posted June 13, 2011 You could do this using Adobe Flash Professional to get this doen the wya you want.You could insert the images in 2 different key frames and set the frame rate according to your animation and create a swf out of that. Quote Link to comment Share on other sites More sharing options...
andz Posted June 13, 2011 Author Share Posted June 13, 2011 Is there a way to achieve this using the SWFMovie() and other related functionalities in PHP? Quote Link to comment Share on other sites More sharing options...
venkyzrocks Posted June 13, 2011 Share Posted June 13, 2011 I'm a newbie to php so I'm not sure .. I have done a fair bit of action scripting ..Sorry about that Quote Link to comment Share on other sites More sharing options...
andz Posted June 13, 2011 Author Share Posted June 13, 2011 Okay. Thanks for your help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.