powerpoint automation events

A

Alex Krumm-Heller

I am playing around with trying to capture PowerPoint events and
examine presentations (using the example provided in Knowledgebase
article 254009 as a basis). I am running a slideshow using this
software and watching the events that occur.

The problem I am having is that a slide from a presentation I have has
an image which is not being recognized as an image, rather
programmatically it is described as a movie (msoMedia by
shape.gettype() and ppMediaTypeMovie by shape.getmediatype()) and is
also described as having an animation that will be shown during a
slide show (determined from
shape.GetAnimationSettings().GetAnimate()).

I was wondering why the image is being thought of as a movie by
PowerPoint internally and why it has an animation event associated
with it. I think that the animation event is spurious and was
wondering if there is a way I can determine why this occurring and if
there is a way to work around it.

Thanks

Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top