TrackSeek

An example of the finished product is being used on this site

This is my 2nd installment to the Yahoo Media Player.

You can find other extensions here.
TrackResume.
TrackShuffle.
TrackLoop.
TrackFocus.

After posting to a few forums I realized people were also looking for a way to control the seek position in the player. So here it is.

Step 1) grab these files and drop them on your host

Both of these files need to be included after the Yahoo Media Player. The file ‘ef.ymp.utilities.js’ is needed for manipulating cookies, setting styles, and using MD5 hashes to store UIDs for the tracks.

<script src="http://fehrenbacher.com/lib/ef.ymp.utilities.js" type="text/javascript"</script>
<script src="http://fehrenbacher.com/lib/ef.ymp.trackSeek.js" type="text/javascript"></script>

2009-01-06
Moved the slider into the main meta panel. Thanks to Stephen Garcia for a little insight into the future state.
Also changed the default color of the slider to a muted grey which matches the playlist and added a highlight color which matches the other greens.