SWF Scout |
Converting SWF into EXE using SWF Scout library
Download ZIP with the source code (swfscout_swf_to_exe.zip, 95 KB) SWF Scout provides functions to converts SWF to EXE and SWF to Windows screensaver file (SCR) (click here to find check sample code for SWF to Screensaver functions). SWF Scout can also extract SWF from existing EXE projector files '
you can find source code of this example SWF2EXE.vbs
along with required image files in
"Examples\More Examples\" sub-folder
Set
SWf2EXE = CreateObject("SWFScout.SWF2EXE")
SWF2EXE.ConvertSWF2EXE "Shapes.swf", "Shapes.exe"
MsgBox "Shapes.swf converted to Shapes.exe"
|
|
|
||