Basically, I want to save a Macromedia file (Flash image, Shockwave image) - file extension .swf - as a “still image” - something like .jpg OR .gif.
Can this be done - if so, how is it done?
In Flash you can “Export Image” (file menu) which will allow you to save as a .jpg or .gif.
I don’t have Shockwave, (don’t they save as .SDK’?) but I’d image it has a similar option.
Some people protect the swf from import - if you can’t get the person who made the flash file to do an export for you from the source, probably the easiest way is to take a screenshot.
In windows once the flash file is full loaded press- ctrl print screen, then open your favorite image editor and do a ctrl v to paste the screenshot - and then crop the part you do not need.
On a mac press - Apple + Shift and 3 - and a pdf will appear on your desktop.
If you want to extract static images embedded in the SWF file, you can use the swfextract tool, which has command-line versions available for Unix and Cygwin environments. (SWF animations are often made up of multiple interacting pieces, with some being static pixel images and some being line drawings or text. swfextract will only pull out the pixel images, which may or may not be what you want.) The related swfdump tool will sometimes let you pull out chunks of text from a SWF file.
Thanks for all your suggestions.
Yes, lexi that did the job perfectly.