3D FlipBook - How to have TOC show on load with Pro plugin

m***k@olypress.com
2023-01-09
2023-01-11

How can we have Table of Contents show when the flipbook first loads? We have the Pro plugin. Thanks

Replies

a***r@3dflipbook.net
2023-01-11
2023-01-11

You can wait for 1.14 or use book ready function:

function ready(scene) {
scene.ctrl.cmdToc();
} ready
m***p@verizon.net
2023-01-17
2023-01-17

I just upgraded to version 1.14. When I look at my books, I still have to the small toolbar below the thumbnail. If this wasn't actually included in the new release, how and where in my 3D FlipBook do I add the code above?

m***k@olypress.com
2023-01-17
2023-01-17

If you go to 3D Flipbook > Settings then scroll down to the Code section, paste it in there.

m***p@verizon.net
2023-01-17
2023-01-17

It works! Thank you!

Log In to leave a comment