Syntax
expression.Load (source)
Description
Specifies the xml file that contains conversion settings.
| Parameters |
| Name |
Description |
Type |
Optional |
| source |
The full path to the xml file. |
String |
No |
|
Return Value
none.
Remarks
Xml-file structure
Example
Sub LoadSettings()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\fs-test\myPres.ppt"
fs.Settings.Load "c:\fs-test\settings.xml"
fs.GenerateFlash "c:\presentations", "myMovie.swf", OM_SOLID, "Standard"
fs.ClosePresentation
fs.ClosePowerPoint
End Sub
See Also
Save Method,
XmlContentFile Property