CUT AND PASTE THE SAMPLE CODE FOUND BELOW

Note: You will have to modify the sample code to reflect the location of your pages, etc. The code samples are highlighted in yellow.


<%@LANGUAGE = JScript%>
<!-- #include virtual = "/include/streaming_utils.inc" -->
<html>
<head>
<title>University of Minnesota Extension Service Streaming Samples</title>
</head>
<body bgcolor="#ffffff">

<p>
<div align="center">
<table border=0>
<tr>
<td valign=top align=center><font size=+2><strong>University of Minnesota Extension Service<br>Streaming Audio/Video
Server</strong></font></td>
<td width=30></td>
<td valign=middle><a href="http://www.extension.umn.edu"><img src="images/wordmark.gif" border=0 alt="University of Minnesota Extension Service"></a></td>
</tr>
</table>
</div>
</p>

<hr>

<h3>Instructions For Developers</h3>
<p>
For instructions on how to submit a streaming audio/video file and sample code for including a link in your web page, read the instructions located <a href="howto.asp">here</a>.
</p>

<h3>Video</h3>
<p>
<%StreamingLink("examples/apollo1.rm","Apollo 13 Movie Trailer")%><br>
<%StreamingLink("examples/apollo1.rm","Apollo 13 Movie Trailer")%><br>
<%StreamingLink("examples/dbrasco1.rm","Donnie Brasco Movie Trailer")%><br>
<%StreamingLink("examples/robroy1.rm","Rob Roy Movie Trailer")%><br>
<%StreamingLink("examples/tide1.rm","Tide Game Preview")%><br>
</p>

<h3>Audio</h3>
<p>
<a href="http://jimdev.extension.umn.edu/root/streams">Info-U Test Streams</a><br>
</p>

<h3>Teen Stuff...</h3>
<p>
<%StreamingLink("teen/teenreal288.rm","Positive Parenting Intro Clip (28.8 Kbps)")%><br>
<%StreamingLink("teen/teenreal56k.rm","Positive Parenting Intro Clip (56 Kbps)")%><br>
<%StreamingLink("teen/teenrealT1.rm","Positive Parenting Intro Clip (T1/Local LAN)")%><br>
</p>


<hr>

</body>
</html>