I am building a simple page consisting of a table containing links to videos. The action I'm trying to duplicate is essentially how the menu system works on a DVD. I want to be able to launch a video, and when the video finishes, I want the menu (our original launching page) to be displayed again without having to hit the browser's "back" button.
The code below demonstrates how each video is launched. Using this code, when a video finishes playing, we are left at the blank screen where the video ends.
<td align="center"><strong><span style="font-family: Arial; font-size:24px;">
<a href="yakima.mp4">Yakima Video</a></span></strong></td>
</tr>