Question : Video mp4

What is the best way of ensuring my mp4 streams rather than downloading in one go to the browser?

I have the following code and have set the mime type on the webserver still tries to download the whole thing.

What is the best way of testing the performance of my hosting company to make sure they are not particularly slow?

Thanks.

div id="movie">
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="230"HEIGHT="144" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="images/movie.mp4">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="images/movie.mp4" WIDTH="230" HEIGHT="144" AUTOPLAY="true" loop="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>
    </div>

Answer : Video mp4

Without the files being on a streaming server, you won't get this to work.  So do it the way 99% of other people do it, and simply upload the videos to youtube.com.  You tube is a sophisticated streaming server, and it will do everything you want -- which is why almost everyone, even to the highest levels of the government, use it to stream video.
Random Solutions  
 
programming4us programming4us