I am creating a simple Html page and that page includes a video.
I use this code:
<embed src='http://www.gametrailers.com/download/19007/t_cod4a.mov' autoplay="false" width='480' height='286'></embed>
It works fine, but ...
The video starts downloading as soon as I open the page and here's my question:
Is it possible to let the video start downloading when you click the play button?
Or is this only possible by making your own flash player?
