home *** CD-ROM | disk | FTP | other *** search
- <!--BEGIN HTML-->
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
- <HTML>
- <HEAD>
- <!--META TAGS ARE RECOMMENDED FOR THE SEARCH ENGINE-->
- <META NAME="DESCRIPTION" CONTENT="Exploration Air's NetShow Vacation of the Week demo">
- <META NAME="KEYWORDS" CONTENT="vacations, fun, travel, Netshow">
- <META NAME="GENERATOR" CONTENT="Microsoft Visual InterDev 1.0">
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso8859-1">
- <!--END META TAGS-->
-
- <TITLE>Exploration Air's Vacation of the Week</TITLE>
- </HEAD>
-
- <BODY BGCOLOR=#FFFFFF TOPMARGIN=0 LEFTMARGIN=0 ALINK=#23238E VLINK=#228B22 LINK=#23238E>
- <BASEFONT FACE="VERDANA, ARIAL, HELVETICA" SIZE=2>
-
- <!--Change link color on mouseover
- Only if running Internet Explorer 4.0 or later -->
- <!--#include file=../libHighlight.inc-->
- <!--#include file=../libGlobalFuncs.inc-->
-
- <!--COLOR BANNER_START-->
- <CENTER>
- <TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>
- <TR>
- <TD BGCOLOR="#C71585" WIDTH=100% HEIGHT=20>
- </TD>
- </TR>
- </TABLE>
- <!--COLOR BANNER_END-->
-
- <!--BEGIN TOP TABLE CONTAINING LOGO AND NAVIGATIONAL LINK-->
- <TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>
- <TR>
- <TD VALIGN=TOP WIDTH=415 HEIGHT=76>
- <A HREF="<%=HomePage("..")%>"><IMG SRC="../images/logo_sm.gif" WIDTH=200 HEIGHT=100 ALT="Return to Exploration Air Home Page" BORDER=0></A>
- <BR>
- <A HREF="default.asp"><IMG SRC="../images/barrowy.gif" HEIGHT=8 WIDTH=8 HSPACE=5 ALT="Return to Frequent Flyer Home Page" BORDER=0></A>
- <FONT FACE="VERDANA, ARIAL, HELVETICA" SIZE="2"><STRONG><A HREF="default.asp">FREQUENT FLYER HOME PAGE</A></STRONG></FONT>
- <BR><BR><BR>
- <CENTER><EM><FONT COLOR=#0000FF>This page contains audio and video content.</EM></FONT></CENTER>
- </TD>
- <TD VALIGN=MIDDLE WIDTH=200>
- <FONT FACE="VERDANA, ARIAL, HELVETICA" COLOR="#0000FF" SIZE="5">
- Destination of the Week</FONT>
- <BR>
-
- <!-- The NetShow On-Demand Player control -->
- <OBJECT CLASSID="clsid:2179C5D3-EBFF-11cf-B6FD-00AA00B4E220"
- ID=NSOPlay
- codebase="http://www.microsoft.com/netshow/download/nsplay.exe#Version=2,0,0,770"
- BORDER="0" WIDTH="320" HEIGHT="303"
- standby="Loading Netshow" >
-
- <PARAM NAME="ClickToPlay" VALUE="0">
- <PARAM NAME="AutoStart" Value="True">
- <PARAM NAME="FileName" value=<%= GetASFFileName %>>
- <PARAM NAME="ControlType" VALUE="0">
-
- <!--Alternative HTML-->
- <BR><BR>If you do not have the NetShow On-Demand Player, you can download it now from
- <BR><A HREF="http://www.microsoft.com/netshow/download/nsplay.exe#Version=2,0,0,770>the NetShow web site</A>.
- <P>
- Then please proceed to view Exploration Air's <A HREF="WeekLink.asp">Destination of the Week.</A>
- <!--End Alternative HTML-->
- </OBJECT>
- </TD></TR></TABLE>
-
- <P>
- <HR=400>
- <P>
-
- <CENTER>
- <FONT FACE="VERDANA, ARIAL, HELVETICA" SIZE="1"><A HREF="../legal.htm">©1997 Microsoft Corporation. All rights reserved. Terms of Use.</A></FONT>
- </CENTER>
-
- <P>
-
- <!--BEGIN COLOR BANNER-->
- <TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>
- <TR>
- <TD BGCOLOR="#C71585" WIDTH=100% HEIGHT=20> </TD>
- </TR>
- </TABLE>
- <!--END COLOR BANNER-->
-
- </BODY>
- </HTML>
- <%
- Function GetASFFileName()
-
- Dim strASFPath ' this variable will store the absolute http reference to the asf file
-
- strASFPath = "http://" & Request.ServerVariables("SERVER_NAME")
- strASFPath = strASFPath & Request.ServerVariables("PATH_INFO")
-
- ' at this point, strASFPath contains an absolute reference to
- ' this page. For example, if the server name is MyServer and
- ' the application is stored in a virtual called Exair, then the value
- ' of strASFPath is now "http://MyServer/ExAir/Freqflyer/Week.asp"
- ' The next line gets rid of the "Week.asp" part
-
- strASFPath = left(strASFPath, len(strASFPath) - len("Week.asp"))
-
- ' Now, we need to tack on the rest of the path to the asf file:
-
- strASFPath = strASFPath & "multimedia/k2demo288.asf"
-
- GetASFFileName = strASFPath
- End Function
- %>