SWF To Image library |
SWF
To Image library is freeware. However you are welcome to purchase
12 months tech support for it and so support development of SWF
To Image library. Main idea is to save 1st frame into image and then wait some time and then save image again (when movie is updated already according to dynamic data) This is especially useful for movies where only 1 frame but objects are changed using some data (for example, live data charts, perpetual animations, flash clocks etc) Sample below will load movie and will convert movie into image every 1000 milliseconds Set SWFToImage = CreateObject("SWFToImage.SWFToImageObject") SWFToImage.InitLibrary "demo", "demo" SWFToImage.InputSWFFileName = "Clocks.swf" SWFToImage.Execute_Begin ' start conversion for i=0 to 10 ' change to SWFTOImage.FramesCount -1 to convert
all frames ' delay for 1 second SWFToImage.SaveToFile "image_after_" & CStr(i)
& "_seconds.jpg" SWFToImage.Execute_End ' end conversion You are not a developer but looking for ready-to-use application? Check SWF To Image GUI (freeware) See also:
|
|
|
||