|
HTML: Movies and mouseovers
<Img dynsrc="Video.mpg">
This tag is used to insert a movie into your web page,
being *.Mov, *.Avi or *.Mpg.
<Img dynsrc> is the tag used to insert the
movie into your page.
Video.mpg is the name of the movie file which is
inserted.
If you insert some variables into the movie tag you can alter the behavior of the movie.
Loop=2
This determines the number of times that the movie will play, where 2 is the amount. Infinite is default.
Start=Mouseover
This determines when the movie starts playing, where Mouseover
is when it starts playing (when the mouse is placed over the movie).
With Mouseover initialized 1
is default of the Loop command instead of Infinite.