Results 1 to 7 of 7

Thread: FlipBook Project

  1. #1
    Join Date
    Jul 2012
    Posts
    33
    Thanks
    19
    Thanked 0 Times in 0 Posts

    Default FlipBook Project

    I am Trying to Create a Flipbook Project. Upon double-clicking and opening the html file on Edge Browser, the Flip Effect is not Happening.

    *****
    In "flipbook.html" file:
    *****
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>

    <link href="turn.css" rel="stylesheet" />
    <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
    <script type="text/javascript" src="turn.js"></script>
    <script type="text/javascript" src="jquery.js"></script>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>TCE Summit 2022 View Book</title>
    </head>

    <body>

    <div id="flipbook">
    <div class="hard"> <img src="images/IMG_20220408_100633.jpg" width="500" /> </div>
    <div class="hard"> <img src="images/IMG_20220415_112349.jpg" width="500" /> </div>
    <!-- <div> Page 3 </div>
    <div> Page 4 </div>-->
    ...
    </div>

    </body>

    </html>

    *****
    In "turn.css" file:
    *****
    #flipbook {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    }

    *****
    In "turn.js" file:
    *****
    ```
    <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
    <script type="text/javascript" src="turn.js"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    $("#flipbook").turn({
    width: 500,
    height: 500,
    autoCenter: true
    });
    });
    </script>
    ```

    *****
    In "images" folder:
    *****
    IMG_20220408_100633.jpg
    IMG_20220415_112349.jpg

    *****
    In "jquery.js" file
    *****
    Codes from
    a. https://code.jquery.com/jquery-3.6.0.min.js
    b. https://code.jquery.com/jquery-1.11.1.min.js

  2. #2
    Join Date
    Jul 2012
    Posts
    33
    Thanks
    19
    Thanked 0 Times in 0 Posts

    Default

    Waiting for Reply. Please Help.

  3. #3
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,431
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Quote Originally Posted by creative1977 View Post

    Waiting for Reply. Please Help.

    A reply might have been more forthcoming if you had supplied
    a link to the actual problematic page.

    coothead
    ~ the original bald headed old fart ~

  4. #4
    Join Date
    Jul 2012
    Posts
    33
    Thanks
    19
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by coothead View Post

    A reply might have been more forthcoming if you had supplied
    a link to the actual problematic page.

    coothead
    Hi coothead Thanks for your Response. I do not Have a Server to Upload and Supply a Link. Can I Attach and Send ZIPPED Folder to Access the Files? I Look forward to Hearing from you Soon.

  5. #5
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,431
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Hi there creative1977,

    whilst waiting for a response to my post, I attempted to construct
    an example from the information which you provided. Obviously, I
    was unable to know what your images were, so I used some basic
    ones of my own.

    Check out the attachment to see the fruits of my labour.

    coothead
    Attached Files Attached Files
    ~ the original bald headed old fart ~

  6. #6
    Join Date
    Jul 2012
    Posts
    33
    Thanks
    19
    Thanked 0 Times in 0 Posts

    Default

    Hi there creative1977,
    Hi coothead

    whilst waiting for a response to my post, I attempted to construct an example from the information which you provided.
    Thanks a Bunch! That's indeed Very Kind of You HUGs!

    Obviously, I was unable to know what your images were, so I used some basic ones of my own.
    No Worries. I can Understand. Thanks a Bunch!

    Check out the attachment to see the fruits of my labour.
    WOW! That's Awesome! Almost there. Few Questions:
    1. What should I Do to Give the LINK "href" to Entire Page instead of at the Edge?
    2. What should I Do to Make the Page Flip SLowly and Elegantly?
    3. What should I Do the Get the FlipBOOK towards Center?

  7. #7
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,431
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Hi there creative1977,

    I am sorry but I'm afraid that I'm unable to answer any of those questions.

    I do not use, or have any knowledge of jQuery and or FlipBook

    In this instance, I would suggest that you take these concerns of yours to...

    The turn.js site

    ... which has this information...


    Support

    You can browse all issues on The GitHub site.
    If you'd rather report issues using your email, you could contact us to: support@turnjs.com

    Sorry, but I am unable to provide you with any better help.

    coothead
    ~ the original bald headed old fart ~

Similar Threads

  1. flipbook
    By hartool in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 06-15-2011, 03:26 PM
  2. Javascript Flipbook
    By fileserverdirect in forum JavaScript
    Replies: 18
    Last Post: 11-02-2010, 07:49 AM
  3. Project
    By shaun001 in forum CSS
    Replies: 1
    Last Post: 02-07-2010, 11:08 PM
  4. flipbook no show in IE need help
    By otter2 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 10-06-2006, 11:57 AM
  5. Help with FlipBook Script
    By chorn in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 11-15-2005, 10:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •