1.

How To Specify The Duration?

Answer»
  • The dur attribute is used to specify the TIME span for the clip / IMAGE.
  • Following example plays the clip for 40 seconds.<VIDEO src="myvideo.rm" dur="40s"/>
  • When the duration of the video is less than 40 seconds, the last frame of the video APPEARS frozen on the screen, until the duration elapses.
  • The duration can be specified by number of minutes also.
  • Following example SPECIFIES the image to appear for 5 minutes onscreen.
    <img src="myimage.gif" dur="5min"/>



Discussion

No Comment Found