Results 1 to 4 of 4

Thread: Script to convert SWF files into Images

  1. #1
    Join Date
    Feb 2009
    Posts
    44

    Script to convert SWF files into Images

    I wanna convert some of my swf file into static images. I have been
    trying to convert the swf files into flv files and then take a snapshot
    via ffmpeg to create a thumbnail. However, it is converting swf into
    flv, but without any frame to take a snapshot from.

    I wanna ask whether anyone has or refer to some script which can
    take a snapshot of swf file and can make an image of that on the fly ?

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Script to convert SWF files into Images

    If you are not a developer but looking for ready-to-use application, then check SWF To Image GUI (freeware)

    SWF To Image library can be used to convert SWF flash movie file into JPG image:

    Now convert SWF flash movie into JPG image using SWF To Image library and the following code:

    This example converts SWF file to JPG image


    Code:
    Set SWFToImage = CreateObject("SWFToImage.SWFToImageObject")
    
    SWFToImage.InitLibrary "demo", "demo"
    
    SWFToImage.InputSWFFileName = "sample.swf"
    SWFToImage.ImageOutputType = 1 ' set output image type to Jpeg (0 = BMP, 1 = JPG, 2 = GIF)
    SWFToImage.Execute 
    SWFToImage.SaveToFile "sample.jpg"
    Generated output is a JPG image (sample.jpg)

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Script to convert SWF files into Images

    TRY - SWF To Image GUI

    By using SWF To Image GUI, you can convert SWF flash movies into images for free.

    The SWF To Image GUI application was designed to help you convert .SWF flash movies into images (JPG, PNG, GIF) . Based on freeware SWF To Image library for developers, you can select particulate frame to convert or convert all available frames into series of images.

    DOWNLOAD

    The major requirements needed for this is - NET Framework 2 installed

  4. #4
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Script to convert SWF files into Images

    Download 123 Swift Image Extractor (SWFImg) from SWF-Kit

    123 SWIFT IMAGE EXTRACTOR (SWFImg) is a SWF to images tool. It can extract image elements from Flash movies (SWF files) or convert the SWF files to image sequences.

    Key features of SWFImg are:

    > Flash MX 2004 compatible
    > Extracts image characters in SWF files
    > Converts SWF files to image sequences or avi files (without sound track)
    > Supports batch extracting or converting
    > Supports multiple image file formats including JPG, BMP, PNG and TIFF
    > Can handle Flash movies in Internet cache folder

    System requirements

    Win95 / Win NT4 with SP3 above / Win98 / WinMe / Win2000 / WinXP
    Pentium II 400MHz, 64M memory or above

Similar Threads

  1. Linux shell script to find duplicate images
    By Savious in forum Operating Systems
    Replies: 6
    Last Post: 21-10-2010, 05:26 AM
  2. How to Convert Images to Video ?
    By RAIDEN in forum Windows Software
    Replies: 5
    Last Post: 29-08-2010, 09:45 PM
  3. Batch Script to Convert PNG to XPM
    By BRIGHID in forum Operating Systems
    Replies: 3
    Last Post: 22-08-2010, 03:25 AM
  4. How can i convert .PCD images to JPEG format
    By Zariah in forum Windows Software
    Replies: 3
    Last Post: 15-06-2009, 09:51 PM
  5. How to convert images from jpg/png to ico?
    By Lane in forum Customize Desktop
    Replies: 2
    Last Post: 25-10-2008, 12:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,011,794.49594 seconds with 17 queries