3D FlipBook - embed video on pag5

r***n@baasimmedia.nl
2023-07-07
2023-10-11

Hi, I put a booklet of 32 pages pdf in the flipbook. Now I want to place an embed video on page 5. How can I do that?

Regards

Ron

Replies

a***r@3dflipbook.net
2023-10-11
2023-10-11
i***o@dbha.de
2024-09-24
2024-09-24

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

i***o@dbha.de
2024-09-24
2024-09-24

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

Log In to leave a comment