Static Delivery

  Step 1:  Static Delivery Defined

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.
  Step 2:  Static Delivery in Practice

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.
  Step 3:  Static Negatives

There are no negatives here since you have an option to download the same file that you are streaming.
  Step 4:  Static HTML Code

Open a Report
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.