3D FlipBook - SyntaxError: expected expression, got '<'

i***o@k3net.hu
2023-07-21
2023-10-11
<!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

Replies

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

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.

Log In to leave a comment