conaito SlideShow SDK v1.6
Converting SWF to EXE. FlashPlayer.exe must be contains in assembly directory

Namespace: Conaito.SWFSlideShow
Assembly: Conaito.SWFSlideShow (in Conaito.SWFSlideShow.dll) Version: 1.6.0.0 (1.6.0.0)

Syntax

C#
public void ConvertSWF2EXE(
	string swfFilePath,
	string exeFilePath
)
Visual Basic
Public Sub ConvertSWF2EXE ( _
	swfFilePath As String, _
	exeFilePath As String _
)
Visual C++
public:
void ConvertSWF2EXE(
	String^ swfFilePath, 
	String^ exeFilePath
)

Parameters

swfFilePath
Type: System..::..String
swf file path
exeFilePath
Type: System..::..String
exe file path

See Also