Anyone Had this Problem will HTML 5 Video using browers own players

Anyone Had this Problem will HTML 5 Video using browers own players

Have a this problem with fire fox i am using 18.0.2 version
am using this code to play video in all browers, and am using the brower's own players.

All works well in IE, Chrome, Safari, the play duration scroll bar will away's return to the start of the video, but in FF the play indicator  stops at the end of the video, leaving a empty Black/blank/ screen.

the code is standard  : I have muted & onDurationChange these items have no effect on player yet so can be removed.

If i use my own player in FF the video goes back to the start, but just like to no what can be done to make FF go back to the start when using the FF player.


<video id=0 controls width="420" height="236" audio="muted" poster="data/images/poster-Gangnam-Stylegen.jpg" onDurationChange="1.06" id="screen">
            <source src="data/video/PSY Gangnam Stylegen.mp4" type='video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;' />
            <source src="data/video/PSY Gangnam Stylegen.webm" type='video/webm; codecs=&quot;vp8, vorbis&quot;' />
            <source src="data/video/PSY Gangnam Stylegen.ogv" type='video/ogg; codecs=&quot;theora, vorbis&quot;' />
            <p id="not-supported">Sorry, your browser does not support the <em>video</em> element.</p>  </video>


Thanks andy