Description
Gets or sets the boolean value indicating whether the embedded audio
is exported. The default value is True.
Type
boolean (read/write)
Example
This example enables export of embedded audio keeping its original quality and creates solid Flash file with Player.
Sub Test()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "d:\temp\test.ppt"
fs.Settings.Media.AudioBitrate = AB_ORIGINAL
fs.Settings.Media.ExportAudio = True
fs.GenerateFlash "c:\presentations", "myMovie.swf", OM_SOLID, "Standard"
fs.ClosePresentation
fs.ClosePowerPoint
End Sub
See Also
ExportVideo Property,
ExportEmbeddedFlash Property