PowerPoint to Flash converter

XmlContentFile Property

Description

Sets name of xml file that will be created in Flash movie directory during the conversion process and will provide information about presentation (width, height, title, info about slides, etc).

Type

string (read/write)

Remarks

Xml file structure

Example

Sub FrameRate()
   Dim fs As New FlashSpringAPI.FlashSpring
   fs.OpenPresentation "c:\test.ppt"
   fs.Presentation.XmlContentFile = "content.xml"
   fs.GenerateFlash "c:\presentations", "myMovie.swf", OM_SOLID, "Standard"
   fs.ClosePresentation
   fs.ClosePowerPoint
End Sub

See Also

Save Method, Load Method

  Copyright © 2004-2008 iSpring Solutions, Inc.