 |
|

 |
| Static delivery is when you do not offer the option to stream the media to the client computer, but rather allow them to download the digital video. |
 |
 |
|

 |
| Most websites will offer a static delivery of a higher quality video in conjunction with the streaming of a 28.8k video. This is also done as an option in case net congestion is too thick for the viewer to stream properly. |
 |
 |
|

 |
| There are no negatives here since you have an option to download the same file that you are streaming. |
 |
 |
|


 |
| The source code for writing a static delivery is simply:
<a href="filename">download here </a>
on your page. As you can see, this is very simple, just replace the "filename" with your specific file's actual name.
|
 |