This will test you!!!
There is a command in windows called rate that slows down the speed at which a video plays. I found that it works when using ID of 6.4 media player but not greater like 7.0.
Here is the code
<object id="Player" height="200" width="240"
type="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" vspace="10" hspace="55">
</object></p>
<script>
<!--
Player.URL = "video.mpg"
Player.settings.rate = "0.5"
-->
</script>
It does not work pls help. Also , When it did work with the older media player it did slow it down but as soon as the user presses stop and then play again it resets the rate back to = 1.