APP can add the poster image of the video by appointing "poster" as follows.
formatting.addMedia( {
image: myVideo,
poster: myPoster,
scaleXSize: "330mm",
scaleYSize: "210mm",
pdfName: "sanbi2",
flashPlayer: "VideoPlayer.swf",
.....
.....
} );
If there are many videos, it will be difficult to prepare a poster image.
I would like to make a poster image from the first frame of video on automatically.
Like Adobe Acrobat video embedding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.