Wildcards in a slide show

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Trevor Alt

    #1

    Wildcards in a slide show

    Anyone could give me some leads on where to find a javascript program
    to make an automated slideshow with pictures located in an specific
    directory? What I mean is that I do not wish to specify specific
    pictures, but just tell the program to use all the contents (*.*) of
    a specific directory.

    Thank you for your input!

  • Ivo

    #2
    Re: Wildcards in a slide show

    "Trevor Alt" wrote[color=blue]
    > Anyone could give me some leads on where to find a javascript program
    > to make an automated slideshow with pictures located in an specific
    > directory? What I mean is that I do not wish to specify specific
    > pictures, but just tell the program to use all the contents (*.*) of
    > a specific directory.[/color]

    Ordinary javascript cannot directly read directory listings. You need
    serverside languages for that. An idea is to consequently name your pictures
    logically, like img01.jpg, img02.jpg etc. so you can easily loop through
    them in your javascripts.
    HTH
    Ivo


    Comment

    • Evertjan.

      #3
      Re: Wildcards in a slide show

      Ivo wrote on 04 aug 2004 in comp.lang.javas cript:[color=blue]
      > Ordinary javascript cannot directly read directory listings. You need
      > serverside languages for that.[/color]

      Why do you consider "ordinary javascript"
      not to be [also] a serverside language?

      --
      Evertjan.
      The Netherlands.
      (Please change the x'es to dots in my emailaddress)

      Comment

      Working...