Preventing a presentation from running recorded slideshow
Author | Message |
We are using iSpring SDK to convert PPTs to SWF, and we're having a problem when we get a deck that has a recorded slideshow in it. The way our application works, we want to control the slide and animation flips solely through javascript, but if there is a recorded slideshow it automatically advances slides when the deck is loaded. I tried setting PresentationConverter.Settings.ChangeSlidesAutomatically to false and it doesn't seem to make a difference. If anyone knows a way to do this either :
|
Please use this sample code to clear up the timings using the Office APIs:
|
Thanks Stacy, but this didn't work for me. For the record, I'm using C# and PowerPoint 2010. Here's the code I tried: Code: for (int i = 1; i <= pptPres.Slides.Count; i++) { pptPres.Slides[i].Tags.Delete("TIMING"); pptPres.Slides[i].SlideShowTransition.AdvanceOnTime = MsoTriState.msoFalse; } pptPres.Save();
|
A bit more info: I tried enumerating the tags of each slide and they all have a count of 0.
|
If it didn't count in a proper way it seems that there is some error somewhere in the code. Is there any chance you could try out the VB code that Stacy posted previously?
|
||||
|
Who is online | |
---|---|
![]() |
In total there are 20 users online :: 2 registered, 0 hidden and 18 guests (based on users active over the past 5 minutes) Most users ever online was 803 on Sat Dec 12, 2020 9:21 am Registered users: Bing [Bot], Google [Bot] |