Technical Question: Is it possible to have a single copy of a video file in a PPTX file and to embed it in more than one slide?
I’m using POI to create a PPTX file and embedding video based on a code sample I found on the web. It works if I create a copy of the video for each embed, but I get a corrupted PPTX file if I try to embed all from one copy. Thanks… John
