Engywook
10-27-2010, 04:51 PM
Using the very simplest of html5:
<video autobuffer="autobuffer" width="208" height="112" controls="controls" onclick="this.play();" preload="none" id="video">
<source src="Klip1006.3gp"/>
</video>
the video takes forever (minutes) to start playing, if it plays at all. Is there something I need to add to this to address this issue? Does it have anything to do with where the video file is hosted?
I do note that this seems to be true, to a lesser extent, pretty much everywhere... but am I forgetting something here that has not been forgotten on, say, YouTube?
<video autobuffer="autobuffer" width="208" height="112" controls="controls" onclick="this.play();" preload="none" id="video">
<source src="Klip1006.3gp"/>
</video>
the video takes forever (minutes) to start playing, if it plays at all. Is there something I need to add to this to address this issue? Does it have anything to do with where the video file is hosted?
I do note that this seems to be true, to a lesser extent, pretty much everywhere... but am I forgetting something here that has not been forgotten on, say, YouTube?