Jump to content

What am I not understanding?


Guest Fenrir

Recommended Posts

Guest Fenrir

Sorry to be thick about this, just trying to get started with SMIL and not getting very far!

<html xmlns:time="urn:schemas-microsoft-com:time"><head>  <?import namespace="time" implementation="#default#time2">  <style>.time {behavior: url(#default#time2)}</style></head><body>  <time:seq repeatCount="indefinite">    <img class="time" src="pond01.jpg" dur="3s" />    <img class="time" src="pond02.jpg" dur="3s" />  </time:seq></body></html>

I've saved this in a file called index.htm (no prizes for originality) and when I open it I see both of the graphics on the static on the page.I'm using Internet Explorer 7 Beta 2. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...