Search
SwfExporter.CreateHtmlPage Property
See Also
 





Specifies whether to create an html page to host the SWF file.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Swf

 Syntax

C#  Copy Code

public bool CreateHtmlPage { get; set; }

Visual Basic  Copy Code

Public Property CreateHtmlPage As Boolean

 Property Value

true to create an accompanying HTML page, otherwise false. The default value is false.

 Remarks

If this property is enabled, the component creates an HTML page that loads the Flash Player plugin and sets the exported file as its content. The page has the same name as the SWF file, but with its extension changed to "html".

 See Also