I'm currently using add_movie() to add videos and audio. HTML seems to allow both the <video> and the <audio> element to specify a start time. It's part of the URL.
Is it feasible to embed eg a video in a page and then fix it up - with custom XML perhaps - to play from a specified start time?
I'm perfectly prepared to inject the necessary XML in my own code (md2pptx) - if it turns out to be feasible.
(I'm asking this here - rather than on Stack Overflow - as an affirmative answer might lead to request to enhance add_movie() with a Start Time optional parameter.)
I'm currently using
add_movie()to add videos and audio. HTML seems to allow both the<video>and the<audio>element to specify a start time. It's part of the URL.Is it feasible to embed eg a video in a page and then fix it up - with custom XML perhaps - to play from a specified start time?
I'm perfectly prepared to inject the necessary XML in my own code (md2pptx) - if it turns out to be feasible.
(I'm asking this here - rather than on Stack Overflow - as an affirmative answer might lead to request to enhance
add_movie()with a Start Time optional parameter.)