PDA

View Full Version : swf2bmp?


leojose
07-01-2005, 09:16 AM
Hi all,

Are there any source codes available in C/C++ that can convert a .swf file to .bmp?

Mhtml
07-05-2005, 12:17 PM
Probably not, doesn't mean you can't be the first to create a program that does this.

Just grab this info on the SWF format http://download.macromedia.com/pub/flash/Flash_File_Format_(SWF)_SDK.zip

Then grab this info on Bitmaps
http://www.wotsit.org/download.asp?f=bmp

That should at least get you started.