Announcement

Collapse
No announcement yet.

slideshow started from internet explorer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    slideshow started from internet explorer

    Hello,

    I want to start a slideshow from internet explores with filenames in a text-file.
    Does somebody know the html-coding for this ?

    Thanks

    #2
    Interesting question.
    First of all : I don't use Internet Exploder, so I may be wrong on some points.
    Let's analyze this. You want the slideshow being played by your browser.
    1) Of course you have to make a proper HTML page where the codes can be added for it.
    2) A slideshow can have two different formats. Saved as an executable (.exe-file) or described in a TXT-file together with the single bitmap-files involved.
    3) Using the exe file would mean a simple <A HREF="link to file">title</A> construction, but I wouldn't recommend this.
    If people are smart, for security reasons, they wouldn't allow to have an executable directly being run on-line.
    At least I don't. I would do a 'save as' first.
    4) The situation with text-file and bitmaps is somewhat the same. I don't see an easy possibility to create the same outcome with a browser, on- or off-line, of a slideshow. The actual data of bitmaps is no problem of course, but settings like duration,
    and loop slideshow are not easy to implement in a HTML page through some code.
    0.6180339887
    Rest In Peace, Sam!

    Comment

    Working...
    X