<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Agronapló Lapozó</title> <link rel="stylesheet" href="/css/plugins/jq-3d-flip-book/style.css"> <script src="/js/plugins/js-flipbook/jquery.min.js"></script> </head> <body style="width:100%;"> <div class="flip-book-container" style="position:fixed; width:100%; height:100%; top:0px; left:0px;" src="https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"> </div> <script src="/js/plugins/js-flipbook/three.min.js"></script> <script src="/js/plugins/js-flipbook/pdf.min.js"></script> <script src="/js/plugins/js-flipbook/3dflipbook.min.js"></script> <script src="/js/plugins/js-flipbook/pdf.worker.js"></script> <script src="/js/plugins/js-flipbook/default-book-view.js"></script> </body> </html>
this is my code in another file it works in this one it does not
wrong path for some of the scripts. And you do not need to link pdf.worker.js and js-flipbook/default-book-view.js. please check the examples.