% url=request("url") url=right(url,len(url)-11) url=left(url,len(url)-9) shows=dbSelect("shows","*",SHOWS_URL,url) show=shows(0) %>
HotCasts Programming
Available Options
<%
if fso.fileExists(server.mappath("/ptv/shows/" & show(SHOWS_URL) & "/vidhighr.ram")) then
echo "Watch High Bandwidth Real Video
"
else
echo ""
end if
%>
<%
if fso.fileExists(server.mappath("/ptv/shows/" & show(SHOWS_URL) & "/vidlowr.ram")) then
echo "Watch Low Bandwidth Real Video
"
else
echo ""
end if
%>
<%
if fso.fileExists(server.mappath("/ptv/shows/" & show(SHOWS_URL) & "/wvidhighr.asx")) then
echo "Watch High Bandwidth Windows Media Video
"
else
echo ""
end if
%>
<%
if fso.fileExists(server.mappath("/ptv/shows/" & show(SHOWS_URL) & "/wvidlowr.asx")) then
echo "Watch Low Bandwidth Windows Media Video
"
else
echo ""
end if
%>
<%
if fso.fileExists(server.mappath("/ptv/shows/" & show(SHOWS_URL) & "/audiorealr.ram")) then
echo "Listen to Real Audio
"
else
echo ""
end if
%>
<%
if fso.fileExists(server.mappath("/ptv/shows/" & show(SHOWS_URL) & "/audiomp3r.m3u")) then
echo "Listen to MP3 Audio
"
else
echo ""
end if
%>
<%
if fso.fileExists(server.mappath("/ptv/shows/" & show(SHOWS_URL) & "/live365.asp")) then
echo "Listen to MP3 Stream
"
echo "Need an MP3 Player? Click Here!
"
else
echo ""
end if
%>