Announcement

Collapse
No announcement yet.

Lost trace of my favorite plugin avaible in 2006/7 !

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

    Lost trace of my favorite plugin avaible in 2006/7 !

    Hello Steve & Hi Everyone !

    Hey I found out all my statistics are gone .... joined on 07-12-2006 !

    At that time (around 2006/7) I posted comments about an XTML plugin generating "frame/slideshow/ thumbnails" and doing so a fantastic job. Still using this plugin in I need to trace back:

    1 - A link to Irfanview latest 3.xx possible download where this plugin was compatible (3.xx which I stupidly lost) ?
    2 - Possible copy this old thread located in "plugin" section of Irfanview's forum available at that time.

    Million thanks looking for lookin' into this matter !
    TCube

    __________________________________________________ ______________________

    Herebelow sample of the XTML from web page' source :




    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="GENERATOR" content="IrfanView">

    <title>#TITLE#</title>
    <style>body {font-family:Verdana;}</style>

    <script language="JavaScript">
    <!-- // Created by Pierre Volpe

    // Duration of image (in milliseconds)
    var slideShowSpeed = 5000

    // Duration of crossfade (in seconds)
    var crossFadeDuration = 3

    var Pic = new Array()
    #IMAGES#
    var t
    var j = 0
    var p = Pic.length
    var preLoad = new Array()

    for (i = 0; i < p; i++)
    {
    preLoad[i] = new Image()
    preLoad[i].src = Pic[i]
    }

    function runSlideShow(){
    if (document.all && document.images.SlideShow.filters){
    document.images.SlideShow.style.filter="blendTrans (duration=2)"
    document.images.SlideShow.style.filter="blendTrans (duration=crossFadeDuration)"
    document.images.SlideShow.filters.blendTrans.Apply ()
    }
    document.images.SlideShow.src = preLoad[j].src
    if (document.all && document.images.SlideShow.filters){
    document.images.SlideShow.filters.blendTrans.Play( )
    }
    j = j + 1
    if (j > (p-1)) j=0
    t = setTimeout('runSlideShow()', slideShowSpeed)
    }
    //-->
    </script>

    </head>

    <body bgcolor="#BGCOLOR#">

    <body onload="runSlideShow()">

    <center>
    <h4>#TITLE#</h4>

    <hr>
    <TABLE>
    <TR>
    <TD ALIGN=CENTER VALIGN=BOTTOM>
    <IMG SRC="#IMAGE1#" NAME='SlideShow'>
    </TD>
    </TR>
    </TABLE>
    </center>
    </body>
    </html>

    #2
    1. Old Versions of IrfanView
    Before you post ... Edit your profile • IrfanView 4.62 • Windows 10 Home 19045.2486

    Irfan PaintIrfan View HelpIrfanPaint HelpRiot.dllMore SkinsFastStone CaptureUploads

    Comment


      #3
      3.95 does it ! pblm solved for the main part.
      Merci beaucoup ! TCube
      Last edited by TCube; 16.02.2009, 04:43 PM.

      Comment

      Working...
      X