Slide Custom animation

Hi,

In a presentation we have a slide which has two videos and two image resepctively, after downloading the presentation when we say run slideshow on that particular slide clicking on the image the resepctive video has to be played.In MS powerpoint it has been done using Custom animation, in that we can set trigger on click event for the video files.

Is there any way to do this with aspose.Iam using aspose.slides vr.2x

Thanks

Raj

This is the default behavior, whenever you add a video frame using Slides.AddVideoFrame() method.

I think, you want to change the image of VideoFrame, if so, you first add a picture and note down its id. Then assign this id to VideoFrame.PictureId

To know, how to add a picture, please see this link.