Results 1 to 3 of 3

Thread: Flip Book Slideshow/No show!

  1. #1
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flip Book Slideshow/No show!

    1) Script Title: Book Flip Slideshow

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/bookflip.htm

    3) Describe problem: Here's my page. How do I make it work?http://djbnms.bravepages.com/dogw%20card%20flip.html

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You have your images where the optional links belong and have kept the demo's images (which, of course, are not on your server) -

    Replace this:

    Code:
    // array to specify images and optional links. At least 4
    // If Link is not needed keep it ""
    
    	Book_Image_Sources=new Array(
    		"photo1.jpg","http://djbnms.bravepages.com/dogwwchb337%20282.jpg",
    		"photo2.jpg","http://djbnms.bravepages.com/dogwquote337%20282.jpg",
    		"photo3.jpg","http://djbnms.bravepages.com/dogwwchbifsltcyf337%20282.jpg", //this slide isn't linked
    		"photo4.jpg","http://djbnms.bravepages.com/dogwwchbifsltcyfbf337%20282.jpg" // NOTE No comma after last line
    		);
    with:

    Code:
    // array to specify images and optional links. At least 4
    // If Link is not needed keep it ""
    
    	Book_Image_Sources=new Array(
    		"http://djbnms.bravepages.com/dogwwchb337%20282.jpg","",
    		"http://djbnms.bravepages.com/dogwquote337%20282.jpg","",
    		"http://djbnms.bravepages.com/dogwwchbifsltcyf337%20282.jpg","", //this slide isn't linked
    		"http://djbnms.bravepages.com/dogwwchbifsltcyfbf337%20282.jpg","" // NOTE No comma after last line
    		);
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking Thanks, John/jscheuer1

    It works now. You are greatly appreciated.

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
  •