You are here: Reference > HTML > attributes > start (img, input:image)

start attribute (img, input:image)

Browser support:
Specifies the starting time of a video clip.
The img tag supports this attribute only if you assign the video clip via the dynsrc attribute. Try to use the object tag instead of the img tag if you want to embed a video clip.
JavaScript page for this attribute: start. You can find other example(s) there.

Possible values:

String that sets the starting time.
One of the following values:
fileopen
Default. Video begins when it has finished loading.
mouseover
Video begins on mouse over event.
Default: fileopen.

Example HTML code 1:

This example illustrates the use of the start attribute:
<img dynsrc="testVideo.mpg" start="mouseover" />

<br />
Move the mouse pointer over the image!
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content