10_Prog/SlideShow1.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>SlideShow1</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    <style>
 11      .T { behavior: url(#default#time2); }
 12    </style>
 13  </head>
 14  <body >
 15    <h2>Slide show</h2>
 16    <p>Tri obrázky sa opakujú v nekonečnej postupnosti.</p>
 17    <div >
 18      <t:seq repeatcount="indefinite" >
 19        <img class="T" src = "ovocie.png" dur="3" />
 20        <img class="T" src = "more.jpg"   dur="3" />
 21        <img class="T" src = "slnko.jpg"  dur="3" />
 22      </t:seq>
 23    </div>
 24  </body>
 25  </html>