conaito SlideShow SDK v1.6
Converting EXE to SWF. SWF can be extracted in case the exe-file is Macromedia Projector only.

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

Syntax

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

Parameters

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

See Also