Say you want the video or music player at the bottom of your index page. Put something like the following at the bottom of the template. An embed places the media on a page so people visiting the page can listen / watch it without downloading it.
code:
<embed src="yourmusic.mid" width=25 height=25 autostart=false repeat=true loop=true></embed>