Video in PPT file

I have a ppt presentation. One of slides contains an embedded video. Can i grab this video from the slide using aspose.slides?

Aspose.Slides supports linked video files only. So if video clip recognized as
VideoFrame then you can get video file name and read it.

And what about extracting embedded swf objects? Right now I can get MS standart objects, like Excel Charts, but Aspose.Slides fail to recognize shapes with embedded Shockwave Flash objects as OleObjectFrame. Can you comment on that?

Shockwave Flash objects stored in ppt file as ActiveX controls instead of OLE objects.
They have another format and not supported by Aspose.Slides.

Is there any way to extract these controls (or their data) from PPT?

Do you have plan to add this feature to your library (access to ActiveX controls)?

Is it possible to buy special version of library with this feature? Is it possible to order such version of library? Do you have price for such version?

Sorry, we are not planning to support ActiveX controls.
That is not possible to access or change it without direct calls to ActiveX server app.