3D FlipBook - Just wondering is there a way to have flipbook pages i.e page 1, 2 or 3 so we can link users up directly to that page?

E***O@cecn.net
2019-08-08
2019-08-08

Just wondering is there a way to have flipbook pages i.e page 1, 2 or 3 so we can link users up directly to that page?

Replies

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

Use CSS layer https://www.youtube.com/watch?v=ekpAGfmPI5k

E***O@cecn.net
2019-08-08
2019-08-08

Okay I know how to use the CSS layer but what code do I implement for direct page links?

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

Watch source code of this example: http://3dflipbook.net/css-layer-highlight . There is function init(c, a) – it shows how to navigate.

E***O@cecn.net
2019-08-08
2019-08-08

right so if i use this bit of the code: <script type=”text/javascript”> (function() { var html = [ ‘ ’, ‘’, ‘’, ‘’, ‘’, ‘’,

',
  ',
    ',
    ',
    ',
  ',
    ',
    ',
  ',
  ',
',

That would allow me to link to specific pages?

Do I place this code in the CSS of every page or just the first page?

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

Every page has sections: HTML, CSS, JavaScript. You need to create html link tag then add styles if required then add JavaScript function – click link handler to manage the book.

E***O@cecn.net
2019-08-08
2019-08-08

Yes I understand that’s not the question, it was what code do i use to enable page links (seriously read the requests rather than shooting out generic answers that are neither helpful or address the issue)

Log In to leave a comment