This blog will be used to post articles on PDF and AcroTeX (and all its packages). Initially, blog posts from my University of Akron pages will be moved here: The AcroTeX PDF Blog (http://www.math.uakron.edu/~dpstory/pdfblog.html) and the AeB Blog (http://www.math.uakron.edu/~dpstory/aebblog.html). In time, additional articles will be published on diverse topics. Hope you enjoy the blog.
April 3, 2018 at 4:01 AM
How do you play a portion of an embedded media file from start time “x” seconds to end time “y” seconds using videoPlayerX.
Using this helps play
var rma = this.getAnnotRichMedia(this.pageNum, “myCoolRMA”);
if(!rma.activated) rma.activated=true;
rma.callAS(“multimedia_play”);
or rma.callAS(“multimedia_seek”, x);
but uncertain how to play a portion after that ie “x” to “y”seconds then pause.
but unsure how to play a given segment of media file
Please can you help.