July 1998
Intermediate to advanced
1456 pages
65h 5m
English
START — NN n/a IE 4 HTML n/a
START="fileopen” | “mouseover”
Optional
Whenever you set the DYNSRC attribute of an
IMG to display a video clip, you can direct the
element to start playing the video immediately after the video file
loads or when the user rolls the cursor over the image. The
START attribute lets you decide the best user
interface for your page.
<IMG DYNSRC="snowman.avi" LOOP=1 START="mouseover" HEIGHT=100 WIDTH=150>
One of the two case-insensitive constant values:
fileopen | mouseover.
fileopen
[window.]document.images[i].start
[window.]document.imageName.start
Read now
Unlock full access