Results 1 to 2 of 2

Thread: Flexi slideshow script help

  1. #1
    Join Date
    Feb 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flexi slideshow script help

    1) Script Title: Flexi slide show

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...flexislide.htm

    3) Describe problem: How do I link my images to the script in the slideshow?

    I have never done this before so be gentle, please.

    Thanks

    rbj1948

  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

    Here:

    Code:
    variableslide[0]=['ball.gif', '', '']
    variableslide[1]=['spaceship.gif', 'http://www.space.com', 'Has aliens landed on earth? You decide.']
    variableslide[2]=['cake.gif', '', '']
    Those are the image sources. Use the same sources there as you would for a regular image tag. So if this works in the normal HTML of the page:

    HTML Code:
    <img src="some_image.jpg">
    This will work in the script:

    Code:
    variableslide[0]=['some_image.jpg', '', '']
    You may also include the path if different than the current folder, just as you can in an image tag's src attribute.
    - John
    ________________________

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

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
  •