|
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"
|
|
|
Copyright © ByteScout, 2003-2010. Privacy Statement
Microsoft®, Windows®, Windows 2000®, Windows Server®, Windows Vista®, Internet Explorer®, .NET Framework®, ActiveX®, Visual Basic®, Visual C#®, ASP®, ASP.NET®, Excel®, PowerPoint®, are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Adobe®, Flash® and Acrobat® are registered trademarks of Adobe Systems, Incorporated. Mozilla®, Firefox® and the Mozilla and Firefox Logos are registered trademarks of the Mozilla Foundation. Other product names or brandnames used herein are for identification purposes only and might be trademarks or registered trademarks of their respective companies. We disclaim any and all rights to those marks. |
|