js example pls
$('body').FlipBook({ ..., ready: function(scene) { setInterval(function() { console.log(scene.ctrl.getPage()); }, 1000); } });