3D FlipBook - Hello, my company is analyzing the possibility of build a game for PC, and use your product as the book engine for our game.

A***n@cecn.net
2019-08-08
2019-08-08

Hello, my company is analyzing the possibility of build a game for PC, and use your product as the book engine for our game. Because of that, I need to make sure that the following features exist:

1) Can I “block” the pages? (Prevent the user from drag to the next or previous page) and just allow this navigation through a link in the page’s content?

2) Can I insert a html5 <Canvas> in a page’s content? (If not possible, can I make it on a lightbox? that is opened clicking in the link in the page’s content)

3) Is there a method like .goTo(PageNumber) ? On where we could call it through the html content of a page.

4) I downloaded the demo, but I couldn’t make it works the sheet, cover and page objects. (Does it works in the demo versiion? if So, could you please help me with an example of how to implement it?)

Thank you in advance!

Replies

a***r@3dflipbook.net
2019-08-08
2019-08-08

Hello!

1) In current version it is not supported, but it can be added in next version. I am extending API by customers requests so there is no problem to add access to some internal functionality if it is necessary.

2) In current version you can use lightbox. I am already working on the second layer that will support all HTML5 functionality.

3) Yes it is available:


var scene = jQuery.FlipBook(options);
scene.ctrl.goToPage(n);//n=0..Pages-1

It is also possible from book internal html pages, if you need it – let me know.

<p>4) Yes i can help send me an email with details what you need and i will do.</p><p>Best regards,</p><p>Ivan. (ivberezansky@gmail.com)</p>
Log In to leave a comment