Results 1 to 3 of 3

Thread: flip book slideshow

  1. #1
    Join Date
    Nov 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default flip book slideshow

    new at this
    How do I put digital pictures in my flip book slideshow? I can see the blank flip book on the page, but I can't get any pictures to display on the pages. Not sure about how to resize or where to store my pictures for the flipbook in my frontpage folders. thank you for any help

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.. In this case: http://www.dynamicdrive.com/dynamicindex14/bookflip.htm

    The key is simply to make sure the paths to the images inside this portion of the script:

    Code:
     
     Book_Image_Sources=new Array(
      "photo1.jpg","http://www.dynamicdrive.com",
      "photo2.jpg","http://www.javascriptkit.com",
      "photo3.jpg","", //this slide isn't linked
      "photo4.jpg","http://www.codingforums.com" // NOTE No comma after last line
      );
    is correct. In other words, "photo1.jpg", "photo2.jpg" etc. The safest way is just to specify absolute paths to them, ie: "http://mysite.com/photo1.jpg", http://mysite.com/photo2.jpg etc.
    Last edited by ddadmin; 11-11-2005 at 01:32 AM.

  3. #3
    Join Date
    Nov 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default flipbook slideshow

    flipbook script is here
    http://www.dynamicdrive.com/dynamicindex14/bookflip.htm

    Thank you for the advise on how to post a question. I have tried to put the name of the pictures inside the quotes. Couldn't get it to work for me. I'm very new to this and quite lost. Thank you for your assistance.

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
  •