Ok just an update to my question:
It seems to be a matter of the source files... since first I used the Free Version Files.
Now I setup the same case with the files from the licensed version of 3D FlipBook jQuery Plugin and it worked.
But now I want to place the video on page 10 (not on the first page as in the example on your website).
How can I define on which page number the video is embeded??
Hi, you need to use css layers for this: https://3dflipbook.net/embedded-video https://3dflipbook.net/css-layer-highlight
Hello,
I also have some issues with embedding a video (in my case on page 10).
I tried to setup the FlipBook as described in the example and I used the following code, but the video doesn't appear anywhere.
< div class="flipbook-wrapper big-screen" > < div class="flip-book-container solid-container" src="src/TT-Akademie-Saisonheft-v3.pdf" > ...
And for the script:
$('.solid-container').FlipBook({ // controlsProps: { actions: {cmdSinglePage: {active: true}} }, // Single Page Mode as Default pdf: 'src/TT-Akademie-Saisonheft-v3.pdf', pages: 12, propertiesCallback: function(props) { // optional function - it lets to customize 3D FlipBook // props.page.depth /= 2.5; props.cssLayersLoader = function(n, clb) { if(!n) { clb([{ css: [ '.center-page {', 'position: absolute;', 'left: 50%;', 'top: 50px;', 'transform: translate(-50%, 0);', '}', 'iframe {', 'border: 0;', '}' ].join(''), html: '' }]); } }; return props; }
});
Here is a link to my testcase: https://adoraio.de/demos/Flipbook/index-v2.html Can you help me to set up the video embedding correctly?
Many thanks and best regards, Heiko
Ok just an update to my question: It seems to be a matter of the source files... since first I used the Free Version Files. Now I setup the same case with the files from the licensed version of 3D FlipBook jQuery Plugin and it worked.
But now I want to place the video on page 10 (not on the first page as in the example on your website). How can I define on which page number the video is embeded??
Many thanks again and best regards, Heiko