...
- http://camendesign.com/code/video_for_everybody
- basically:
Code Block html html <video> <object> <img title="instructions to use the download link below"> </object> </video> <a src="downloadable version of video"/>
Pseudo-streaming
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
<video>
<object>
<img title="instructions to use the download link below">
</object>
</video>
<a src="downloadable version of video"/>
|
...