PowerPoint to Flash converter

SourceFile Property

Description

Gets or sets the path of the background audio file for the entire presentation.

Type

string (read\write)

Remarks

To set the background audio for the individual slide, use the BackgroundAudioFile property.

Example

This example converts presentation into solid Flash movie with background audio loaded from the file sounds.mp3.

Sub Test()
   Dim fs As New FlashSpringAPI.FlashSpring
   fs.OpenPresentation "c:\test.ppt"
   fs.Presentation.BackgroundAudio.SourceFile = "c:\sounds.mp3"
   fs.GenerateFlash "c:\presentations", "myMovie.swf", OM_SOLID, "Standard"
   fs.ClosePresentation
   fs.ClosePowerPoint
End Sub

  Copyright © 2004-2008 iSpring Solutions, Inc.