Results 1 to 3 of 3

Thread: Flexi Slideshow - Number Of Pics Limitation?

  1. #1
    Join Date
    Jun 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flexi Slideshow - Number Of Pics Limitation?

    1) Script Title: Flexi Slide Show

    2) Script URL (on DD): <script language="JavaScript1.2">

    /***********************************************
    * Flexi Slideshow- &#169; Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for use
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/

    3.) I am new to making a website and this is my first one. I'm learning as I go here.....

    Question 1.) I have 80 pictures in my slideshow but Flexi only displays 40 of them and then repeats the same 40. Does not display from 41 to 80.
    Any suggestions on how to display the balance of the pics?

    Question 2.) I can get this show to work by putting all of the pics into my root directory. I would like it to work from my "/images/Indexpics/" directory but have been unsuccesful in doing so. I must be linking it wrong? Can you clear this up for me?

    My website is : www.rcfcbc.com
    Look at the "Slideshow".

    Thanking you in advance for any help you can provide.

    Peter Butschek.

  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

    Seems to work here in IE 7 and Opera 9.01. You may need to refresh the page and/or clear your cache. To use an image from a different directory:

    Code:
    variableslide[0]=['/images/Indexpics/00.jpg', '', '']
    This assumes that the images directory is off of the root of the domain. If it is off of the v2 directory (the directory where the page is), use:

    Code:
    variableslide[0]=['images/Indexpics/00.jpg', '', '']
    To be sure, one may use the absolute path:

    Code:
    variableslide[0]=['http://www.rcfcbc.com/v2/images/Indexpics/00.jpg', '', '']
    Also, and I have no idea if this is a problem or not, case matters on the web. So, the directory must be (for example):

    Indexpics

    on the server, not:

    indexpics

    And, all of the images must be in there if all of the images are listed as in there.
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    Seems to work here in IE 7 and Opera 9.01. You may need to refresh the page and/or clear your cache. To use an image from a different directory:

    Code:
    variableslide[0]=['/images/Indexpics/00.jpg', '', '']
    This assumes that the images directory is off of the root of the domain. If it is off of the v2 directory (the directory where the page is), use:

    Code:
    variableslide[0]=['images/Indexpics/00.jpg', '', '']
    To be sure, one may use the absolute path:

    Code:
    variableslide[0]=['http://www.rcfcbc.com/v2/images/Indexpics/00.jpg', '', '']
    Also, and I have no idea if this is a problem or not, case matters on the web. So, the directory must be (for example):

    Indexpics

    on the server, not:

    indexpics

    And, all of the images must be in there if all of the images are listed as in there.


    Thanks much............

    1.) refreshing my cache seemed to work.
    2.) I now understand how to better link to my images sub directory.
    3.) yes, case is important as I had a few pics with the "JPG" extension in caps............. it's a no.. no..

    All is working well now ! ! !

    Thanks again and have a great day ! !

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
  •