Why don't any WordPress media player plugins allow specifying start times of music/video files?
YouTube allows links with specified start times. You just add #t=_m_s (where you replace "_" with the minutes and seconds of the desired start time), e.g.:
http://www.youtube.com/watch?v=exGJsv6ZNlo#t=0m21s
I searched wordpress.org/extend/plugins for:
1. media player time
2. player "start time"
and found no relevant results.
I tested and investigated the media player plugins I use:
For Music:
WP Audio
For Video:
Smart YouTube
Viper's Video Quicktags
Do you have an idea what code can be added to a plugin to enable this?
(Ideally, I also want to specify an end time.)
---
EXAMPLE:
If a song or video is 6 minutes long, and I want my students to repeatedly study the section from 4:00 to 4:15, I don't want them to need to sit through the full 6 minutes. I could write "Study the section from 4:00 to 4:15", but I want a more elegant and simple solution.