Hello all,
I am trying to have a page.html that have an image where I can click and open the video and if I click on the next link stop the first video and go to the second all in the same page.Any help would be greatly appreaciated, thanks.
This is an example link:
<HTML>
<HEAD>
</HEAD>
<BODY>
Click on thumbnail for larger picture<BR><BR>
<IMG SRC="sbergamot.jpg" ALT="One "
ONMOUSEdown="document.images['large'].src='bergamot.jpg'">
<IMG SRC="sfoxglove.jpg" ALT="Two "
ONMOUSEdown="document.images['large'].src='foxglove.jpg'">
<IMG SRC="spansy.jpg" ALT="Three"
ONMOUSEdown="document.images['large'].src='pansy.jpg'">
<BR><BR>
<img src="bergamot.jpg" name="large">
</BODY>
</HTML>
I am trying to have a page.html that have an image where I can click and open the video and if I click on the next link stop the first video and go to the second all in the same page.Any help would be greatly appreaciated, thanks.
This is an example link:
<HTML>
<HEAD>
</HEAD>
<BODY>
Click on thumbnail for larger picture<BR><BR>
<IMG SRC="sbergamot.jpg" ALT="One "
ONMOUSEdown="document.images['large'].src='bergamot.jpg'">
<IMG SRC="sfoxglove.jpg" ALT="Two "
ONMOUSEdown="document.images['large'].src='foxglove.jpg'">
<IMG SRC="spansy.jpg" ALT="Three"
ONMOUSEdown="document.images['large'].src='pansy.jpg'">
<BR><BR>
<img src="bergamot.jpg" name="large">
</BODY>
</HTML>