10_Prog/SlideShow3.htm


  1  <?xml version="1.0" encoding="windows-1250"?>
  2  <!DOCTYPE html   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3    "DTD/xhtml1-strict.dtd">
  4  <html xmlns:t="urn:schemas-microsoft-com:time">
  5  <head>
  6    <title>SlideShow3</title>
  7    <meta http-equiv="Author" content="Imrich BURANSKY" />
  8    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1250" />
  9    <?import namespace="t" implementation="#default#time2">
 10  </head>
 11  <body >
 12    <h2>Slide show</h2>
 13    <p>Tri obrázky s filtrom sa opakujú v nekonečnej postupnosti.</p>
 14    <div>
 15      <t:seq repeatcount="indefinite" >
 16  
 17        <t:img style="position:absolute;" src = "ovocie.png" dur="3"
 18         timecontainer="par" fill="transition" >
 19          <t:transitionfilter type="barnDoorWipe" dur="2"/>
 20        </t:img>
 21  
 22        <t:img  style="position:absolute;" src = "more.jpg" dur="3"
 23        timecontainer="par" fill="transition"  >
 24          <t:transitionfilter type="ClockWipe" dur="2"/>
 25        </t:img>
 26  
 27        <t:img  style="position:absolute;" src = "slnko.jpg" dur="3"
 28        timecontainer="par" >
 29          <t:transitionfilter type="fade" dur="2"/>
 30        </t:img>
 31  
 32    </t:seq>
 33    </div>
 34  </body>
 35  </html>