|
From: OryNider <ory...@us...> - 2007-06-06 23:19:56
|
Update of /cvsroot/mxbb/mx_shotcast/doc/html In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11724/html Added Files: index.html play_linux.html play_mac.html play_real.html play_real_no_firefox.html play_wmp.html play_wmp6.html play_wmp6_ff.html play_wmp6_ff_embed.html play_wmp_ie.html play_wmp_netscape.html play_wmp_old.html play_wmp_plugin.html wmpx.html Log Message: --- NEW FILE: index.html --- <html> <head> <SCRIPT language=javascript> // Author: Eric King Url: http://redrival.com/eak/index.shtml // This script is free to use as long as this info is left in // Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/ var win = null; function NewWindow(mypage,myname,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=no' win = window.open(mypage,myname,settings) } </SCRIPT> <title>Radio Player</title> </head> <body> <center> <br><br> <p align="center" style="margin: 0 -1"> <td align="center" valign="midle" nowrap><a href="wmpx.html" class="bodylink" onclick="NewWindow(this.href,'name','332','360','no');return false">Radio Live</a></td> </p> </center> </table> </body> </html> --- NEW FILE: play_wmp_plugin.html --- <html><head></head><body> <OBJECT ID="MediaPlayer" NAME="MediaPlayer" CLASSID="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" WIDTH=207 HEIGHT=52 CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" STANDBY="Loading Microsoft® Windows Media Player components..." TYPE="application/x-oleobject"> <PARAM NAME="AutoStart" VALUE="false"> <PARAM NAME="FileName" VALUE="http://67.15.50.243:10040"> <PARAM NAME="WindowlessVideo" VALUE="0"> <PARAM NAME="PreviewMode" VALUE="0"> <PARAM NAME="AutoSize" VALUE="false"> <PARAM NAME="AnimationAtStart" VALUE="false"> <PARAM NAME="EnableContextMenu" VALUE="0"> <PARAM NAME="ShowStatusBar" VALUE="false"> <PARAM NAME="ShowControls" VALUE="false"> <PARAM NAME="ShowAudioControls" VALUE="1"> <PARAM NAME="ShowPositionControls" VALUE="0"> <PARAM NAME="ShowDisplay" VALUE="false"> <PARAM NAME="ShowTracker" VALUE="false"> <PARAM NAME="ShowGotoBar" VALUE="false"> <param name="AutoStart" value="false"> <EMBED TYPE="application/x-ms-asf" PLUGINSPAGE="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&" src="http://67.15.50.243:10040" NAME="MediaPlayer" WIDTH="207" HEIGHT="52" ShowStatusBar="false" ShowControls="false" ShowDisplay="false" ShowGotoBar="false" AutoSize="false" showcaptioning="0" enabletracker="0" ShowTracker="false" EnableContextMenu="0" volume="0" ShowPositionControls="0" ShowAudioControls="1" AutoStart="false" WindowlessVideo="0" PreviewMode="0" AnimationAtStart="false" Autostop="false"> </EMBED> </OBJECT> </body> </html> --- NEW FILE: play_wmp6_ff.html --- <html><head></head><body> <script type="text/javascript" language="JavaScript"> //IE Code document.write ('<OBJECT ID=MediaPlayer '); document.write (' CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'); document.write (' CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 '); document.write (' standby="Loading Microsoft Windows Media Player components..."'); document.write (' TYPE="application/x-oleobject" width="290" height="320">'); document.write (' <PARAM NAME="FileName" VALUE="http://67.15.50.243:10040">'); document.write ('<PARAM NAME="url" VALUE="http://67.15.50.243:10040"> '); document.write ('<PARAM NAME="AutoStart" VALUE="1">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); //Firefox code document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="http://67.15.50.243:10040"'); document.write (' src="http://67.15.50.243:10040"'); document.write (' Name="MediaPlayer"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' width="290"'); document.write (' height="320">'); document.write (' </embed>'); document.write ('</OBJECT>'); </script> </body> </html> --- NEW FILE: play_wmp_ie.html --- <html><head></head><body> <SCRIPT LANGUAGE="VBScript"> <!-- On Error Resume Next lngMP70 = IsObject(CreateObject("WMPlayer.OCX")) ' Windows Media Player 7 Code If (lngMP70) Then document.write "<OBJECT ID=MediaPlayer " document.write " CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" document.write " standby=""Loading Microsoft Windows Media Player components..."" " document.write " TYPE=""application/x-oleobject"" width=""332"" height=""64"">" document.write "<PARAM NAME=""url"" VALUE=""http://67.15.50.243:10040"">" document.write "<PARAM NAME=""AutoStart"" VALUE=""true"">" document.write "<param name=""AllowScan"" value=""-1"">" document.write "<param name=""AllowChangeDisplaySize"" value=""-1"">" document.write "<param name=""AutoRewind"" value=""0"">" document.write "<PARAM NAME=""ShowControls"" VALUE=""0"">" document.write "<param name=""ShowStatusBar"" value=""-1"">" document.write "<param name=""BufferingTime"" value=""5"">" document.write "<param name=""DisplayForeColor"" value=""16777215"">" document.write "<param name=""Rate"" value=""1"">" document.write "<PARAM NAME=""uiMode"" VALUE=""mini"">" document.write "</OBJECT>" ' Windows Media Player 6.4 Code Else document.write "<OBJECT ID=MediaPlayer " document.write " CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" document.write "CODEBASE=http://activex.microsoft.com/" document.write "activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" document.write " standby=""Loading Microsoft Windows Media Player components..."" " document.write " TYPE=""application/x-oleobject"" width=""332"" height=""54"">" document.write "<PARAM NAME=""FileName"" VALUE=""http://67.15.50.243:10040"">" document.write "<PARAM NAME=""AutoStart"" VALUE=""true"">" document.write "<param name=""AllowScan"" value=""-1"">" document.write "<param name=""AllowChangeDisplaySize"" value=""-1"">" document.write "<param name=""AutoRewind"" value=""0"">" document.write "<PARAM NAME=""ShowControls"" VALUE=""0"">" document.write "<param name=""ShowStatusBar"" value=""-1"">" document.write "<param name=""BufferingTime"" value=""5"">" document.write "<param name=""Rate"" value=""1"">" document.write "<EMBED TYPE=""application/x-mplayer2"" SRC=""http://67.15.50.243:10040"" NAME=""MediaPlayer"" AUTOSTART=""True""></EMBED>" document.write "</OBJECT>" End If --> </SCRIPT> </body> </html> --- NEW FILE: play_wmp6.html --- <html><head></head><body> <SCRIPT LANGUAGE="JavaScript"> //IE Code document.write ('<OBJECT ID=MediaPlayer '); document.write ('CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 '); document.write ('CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 '); document.write ('standby="Loading Microsoft Windows Media Player components..." '); document.write ('TYPE="application/x-oleobject" width="286" height="225">'); document.write ('<PARAM NAME="FileName" VALUE="http://67.15.50.243:10040">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); //Netscape code document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/windows/windowsmedia/"'); document.write (' filename="http://67.15.50.243:10040"'); document.write (' src="http://67.15.50.243:10040"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); document.write (' ShowDisplay=1'); document.write (' ShowStatusBar=1'); document.write (' width=290'); document.write (' height=320>'); document.write (' </embed>'); document.write ('</OBJECT>'); </SCRIPT> </body> </html> --- NEW FILE: play_linux.html --- <html><head></head><body> <!-- Check Media Player Version --> <SCRIPT LANGUAGE="JavaScript"> document.write(' <embed type="application/x-mplayer2" width="290" height="320" AUTOSTART="1" filename="http://67.15.50.243:10040" src="http://67.15.50.243:10040" ></embed>'); </SCRIPT> </body> </html> --- NEW FILE: play_real.html --- <html> <head> <title>RealMedia</title> </head> <body> <p> <object id="RVOCX" classid="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="320" height="172"> <param name="SRC" value="http://67.15.50.243:10040/listen.pls"> <param name="CONTROLS" value="ImageWindow"> <param name="CONSOLE" value="cons"> <embed autostart="true" src="http://67.15.50.243:10040/listen.pls" type="audio/x-pn-realaudio-plugin" width="320" height="172" controls="ImageWindow" console="cons"> </embed> <param name="autostart" value="true"> </object> </p> <p> <object id=RVOCX classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="320" height="30" > <param name="SRC" value="http://67.15.50.243:10040/listen.pls"> <param name="CONTROLS" value="ControlPanel"> <param name="CONSOLE" value="cons"> <embed src="http://67.15.50.243:10040/listen.pls" type="audio/x-pn-realaudio-plugin" width="320" height="30" controls="ControlPanel" console="cons" > </embed> </object> </p> </body> </html> --- NEW FILE: play_wmp.html --- <html><head> <STYLE type=text/css>BODY { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #CEDEDF; } </STYLE> </head><body> <TABLE cellSpacing=0 cellPadding=0 width=315 border=0> <TBODY> <TR> <TD vAlign=top align=left> <TABLE cellSpacing=0 cellPadding=0 width=300 border=0> <TBODY> <!-- Check Media Player Version --> <SCRIPT LANGUAGE="JavaScript"> var WMP7; var Mac; var Win; var Unix; var Linux; Win = navigator.userAgent.indexOf("Win") > -1; Mac = navigator.userAgent.indexOf("Mac") > -1; Unix = navigator.appVersion.indexOf("X11") > -1; Linux = navigator.appVersion.indexOf("Linux") > -1; if (Mac) { if ( navigator.appName == "Netscape" ){ //Netscape code document.write (' <Embed id="wmp" name="wmp" type="audio/mpeg"'); document.write (' pluginspage="http://www.microsoft.com/windows/windowsmedia/"'); document.write (' filename="http://67.15.50.243:10010"'); document.write (' src="http://67.15.50.243:10010"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); document.write (' ShowDisplay=1'); document.write (' ShowStatusBar=1'); document.write (' AUTOSTART=1'); document.write (' width=290'); document.write (' height=320>'); document.write (' </Embed>'); } if ( navigator.appName != "Netscape" ){ document.write(' <embed id="wmp" name="wmp" type="audio/mpeg" width="290" height="320" ShowTracker="0" ShowDisplay="0" ShowGotoBar="0" ShowStatusBar="1" ShowCaptioning="0" AUTOSTART="1" src="http://67.15.50.243:10010" ></embed>'); } } if (Win) { if ( navigator.appName != "Netscape" ){ WMP7 = new ActiveXObject('WMPlayer.OCX'); } // Windows Media Player 7 Code if ( WMP7 ) { document.write ('<OBJECT ID=MediaPlayer '); document.write (' CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6'); document.write (' standby="Loading Microsoft Windows Media Player components..."'); document.write (' TYPE="application/x-oleobject" width="290" height="320">'); document.write ('<PARAM NAME="url" VALUE="http://67.15.50.243:10010">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="uiMode" VALUE="mini">'); document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="http://67.15.50.243:10010"'); document.write (' src="http://67.15.50.243:10010"'); document.write (' Name="MediaPlayer"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' width="290"'); document.write (' height="320">'); document.write (' </embed>'); document.write ('</OBJECT>'); } // Windows Media Player 6.4 Code else { //IE Code document.write ('<OBJECT ID=MediaPlayer '); document.write (' CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'); document.write (' CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 '); document.write (' standby="Loading Microsoft Windows Media Player components..."'); document.write (' TYPE="application/x-oleobject" width="290" height="320">'); document.write (' <PARAM NAME="FileName" VALUE="http://67.15.50.243:10010">'); document.write ('<PARAM NAME="url" VALUE="http://67.15.50.243:10010"> '); document.write ('<PARAM NAME="AutoStart" VALUE="1">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); //Firefox code document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="http://67.15.50.243:10010"'); document.write (' src="http://67.15.50.243:10010"'); document.write (' Name="MediaPlayer"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' width="290"'); document.write (' height="320">'); document.write (' </embed>'); document.write ('</OBJECT>'); } } else { document.write(' <embed type="application/x-mplayer2" width="290" height="320" AUTOSTART="1" filename="http://67.15.50.243:10010" src="http://67.15.50.243:10010" ></embed>'); } </SCRIPT> </TD></TR> </TBODY></TABLE> </body> </html> --- NEW FILE: wmpx.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <HTML> <HEAD> <TITLE>Radio Live</TITLE> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <STYLE type=text/css>BODY { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(_wmp_files/gateway_files/iframe_bg.png); PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #CEDEDF; } .ad_row { BORDER-TOP: #6699cc 1px solid; HEIGHT: 79px; BACKGROUND-COLOR: #becfdf } .center_row { BORDER-TOP: #ffffff 1px solid; BACKGROUND-IMAGE: url(_wmp_files/gateway_files/iframe_bg.png); BORDER-BOTTOM: #6699cc 1px solid; BACKGROUND-REPEAT: repeat-x } .quick_links { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; TEXT-INDENT: 5px; BACKGROUND-COLOR: #666666; TEXT-DECORATION: none } .quick_links A:link { COLOR: #ffffff; TEXT-DECORATION: none } .quick_links A:visited { COLOR: #ffffff; TEXT-DECORATION: none } .quick_links A:hover { COLOR: #ffffff; TEXT-DECORATION: none } .gateway { BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; WIDTH: 308px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 258px } .banner_468 { BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; WIDTH: 474px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 66px } .sendfriend { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #7a95af; HEIGHT: 15px } .sendfriend A:link { COLOR: #000000; TEXT-DECORATION: none } .sendfriend A:visited { COLOR: #000000; TEXT-DECORATION: none } .sendfriend A:hover { COLOR: #000000; TEXT-DECORATION: none } .iframe { BORDER-RIGHT: #becfdf 1px solid; BORDER-TOP: #becfdf 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #becfdf 1px solid; COLOR: #004881; BORDER-BOTTOM: #becfdf 1px solid } .menu { BORDER-TOP: #becfdf 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #becfdf 1px solid; BACKGROUND-COLOR: #ebeff3 } .menu A:link { DISPLAY: block; COLOR: #004881; PADDING-TOP: 5px; POSITION: relative; HEIGHT: 20px; TEXT-DECORATION: none } .menu A:visited { DISPLAY: block; COLOR: #004881; PADDING-TOP: 5px; POSITION: relative; HEIGHT: 20px; TEXT-DECORATION: none } .menu A:hover { DISPLAY: block; PADDING-TOP: 5px; POSITION: relative; HEIGHT: 20px; BACKGROUND-COLOR: #ffffff } .menu_right { BORDER-RIGHT: #becfdf 1px solid; BORDER-TOP: #becfdf 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #becfdf 1px solid; BACKGROUND-COLOR: #ebeff3 } .menu_right A:link { DISPLAY: block; COLOR: #004881; PADDING-TOP: 5px; POSITION: relative; HEIGHT: 20px; TEXT-DECORATION: none } .menu_right A:visited { DISPLAY: block; COLOR: #004881; PADDING-TOP: 5px; POSITION: relative; HEIGHT: 20px; TEXT-DECORATION: none } .menu_right A:hover { DISPLAY: block; COLOR: #004881; PADDING-TOP: 5px; POSITION: relative; HEIGHT: 20px; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none } </STYLE> <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY> <TABLE cellSpacing=0 cellPadding=0 width=315 border=0> <TBODY> <TR> <TD vAlign=center align=middle> <TABLE class=gateway cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0> <TBODY> <TR> <TD vAlign=center align=middle> <TABLE cellSpacing=0 cellPadding=0 width=300 border=0> <TBODY> <SCRIPT LANGUAGE="VBScript"> <!-- On Error Resume Next lngMP70 = IsObject(CreateObject("WMPlayer.OCX")) ' Windows Media Player 7 Code If (lngMP70) Then document.write "<OBJECT ID=MediaPlayer " document.write " CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" document.write " standby=""Loading Microsoft Windows Media Player components..."" " document.write " TYPE=""application/x-oleobject"" width=""332"" height=""354"">" document.write "<PARAM NAME=""url"" VALUE=""http://67.15.50.243:10040"">" document.write "<PARAM NAME=""AutoStart"" VALUE=""true"">" document.write "<param name=""AllowScan"" value=""-1"">" document.write "<param name=""AllowChangeDisplaySize"" value=""-1"">" document.write "<param name=""AutoRewind"" value=""0"">" document.write "<PARAM NAME=""ShowControls"" VALUE=""1"">" document.write "<param name=""ShowStatusBar"" value=""-1"">" document.write "<param name=""BufferingTime"" value=""5"">" document.write "<param name=""Rate"" value=""1"">" document.write "<embed type=""application/x-mplayer2"" pluginspage=""http://www.microsoft.com/Windows/MediaPlayer/"" name=""MediaPlayer1"" width=""332"" height=""354"" src=""http://67.15.50.243:10040"" filename=""http://67.15.50.243:10040"" autostart=""True"" showcontrols=""True"" showstatusbar=""False"" showdisplay=""False"" autorewind=""True""></embed>" document.write "</OBJECT>" ' Windows Media Player 6.4 Code Else document.write "<OBJECT ID=MediaPlayer " document.write " CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" document.write "CODEBASE=http://activex.microsoft.com/" document.write "activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" document.write " standby=""Loading Microsoft Windows Media Player components..."" " document.write " TYPE=""application/x-oleobject"" width=""332"" height=""354"">" document.write "<PARAM NAME=""FileName"" VALUE=""http://67.15.50.243:10040"">" document.write "<PARAM NAME=""AutoStart"" VALUE=""true"">" document.write "<param name=""AllowScan"" value=""-1"">" document.write "<param name=""AllowChangeDisplaySize"" value=""-1"">" document.write "<param name=""AutoRewind"" value=""0"">" document.write "<PARAM NAME=""ShowControls"" VALUE=""1"">" document.write "<param name=""ShowStatusBar"" value=""-1"">" document.write "<param name=""BufferingTime"" value=""5"">" document.write "<param name=""Rate"" value=""1"">" document.write "<EMBED TYPE=""application/x-mplayer2"" SRC=""http://67.15.50.243:10040"" NAME=""MediaPlayer"" AUTOSTART=""True""></EMBED>" document.write "</OBJECT>" End If --> </SCRIPT> </TD></TR> <TR class=sendfriend> <TD align=right> </TD></TR></TBODY></TABLE> </BODY> </HTML> --- NEW FILE: play_mac.html --- <html><head></head><body> <SCRIPT LANGUAGE="JavaScript"> var WMP7; var Mac; var Win; var Unix; Win = navigator.userAgent.indexOf("Win") > -1; Mac = navigator.userAgent.indexOf("Mac") > -1; Unix = navigator.appVersion.indexOf("(X11") > -1; //if (Mac){ if ( navigator.appName == "Netscape" ){ //Netscape code document.write (' <Embed id="wmp" name="wmp" type="audio/mpeg"'); document.write (' pluginspage="http://www.microsoft.com/windows/windowsmedia/"'); document.write (' filename="http://67.15.50.243:10040"'); document.write (' src="http://67.15.50.243:10040"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); document.write (' ShowDisplay=1'); document.write (' ShowStatusBar=1'); document.write (' AUTOSTART=1'); document.write (' width=290'); document.write (' height=320>'); document.write (' </Embed>'); } if ( navigator.appName != "Netscape" ){ document.write(' <embed id="wmp" name="wmp" type="audio/mpeg" width="290" height="320" ShowTracker="0" ShowDisplay="0" ShowGotoBar="0" ShowStatusBar="1" ShowCaptioning="0" AUTOSTART="1" src="http://67.15.50.243:10040" ></embed>'); } // } </SCRIPT> </body> </html> --- NEW FILE: play_wmp6_ff_embed.html --- <html><head></head><body> <script type="text/javascript" language="JavaScript"> //Firefox code document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="http://67.15.50.243:10040"'); document.write (' src="http://67.15.50.243:10040"'); document.write (' Name="MediaPlayer"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' width="290"'); document.write (' height="320">'); document.write (' </embed>'); </script> </body> </html> --- NEW FILE: play_wmp_old.html --- <html><head></head><body> <OBJECT ID="MediaPlayer" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject"> <PARAM NAME="FileName" VALUE="http://67.15.50.243:10040" valuetype="ref" ref> <param name="AudioStream" value="1"> <param name="AutoSize" value="0"> <param name="AutoStart" value="1"> <param name="AnimationAtStart" value="0"> <param name="AllowScan" value="-1"> <param name="AllowChangeDisplaySize" value="-1"> <param name="AutoRewind" value="0"> <param name="Balance" value="0"> <param name="BaseURL" value> <param name="BufferingTime" value="5"> <param name="CaptioningID" value> <param name="ClickToPlay" value="-1"> <param name="CursorType" value="0"> <param name="CurrentPosition" value="-1"> <param name="CurrentMarker" value="0"> <param name="DefaultFrame" value> <param name="DisplayBackColor" value="0"> <param name="DisplayForeColor" value="16777215"> <param name="DisplayMode" value="1"> <param name="DisplaySize" value="1"> <param name="Enabled" value="-1"> <param name="EnableContextMenu" value="-1"> <param name="EnablePositionControls" value="-1"> <param name="EnableFullScreenControls" value="-1"> <param name="EnableTracker" value="-1"> <param name="InvokeURLs" value="-1"> <param name="Language" value="-1"> <param name="Mute" value="0"> <param name="PlayCount" value="0"> <param name="PreviewMode" value="0"> <param name="Rate" value="1"> <param name="SAMILang" value> <param name="SAMIStyle" value> <param name="SAMIFileName" value> <param name="SelectionStart" value="-1"> <param name="SelectionEnd" value="-1"> <param name="SendOpenStateChangeEvents" value="-1"> <param name="SendWarningEvents" value="-1"> <param name="SendErrorEvents" value="-1"> <param name="SendKeyboardEvents" value="0"> <param name="SendMouseClickEvents" value="0"> <param name="SendMouseMoveEvents" value="0"> <param name="SendPlayStateChangeEvents" value="-1"> <param name="ShowCaptioning" value="0"> <param name="ShowControls" value="-1"> <param name="ShowAudioControls" value="-1"> <param name="ShowDisplay" value="0"> <param name="ShowGotoBar" value="0"> <param name="ShowPositionControls" value="0"> <param name="ShowStatusBar" value="-1"> <param name="ShowTracker" value="0"> <param name="TransparentAtStart" value="0"> <param name="VideoBorderWidth" value="0"> <param name="VideoBorderColor" value="333333"> <param name="VideoBorder3D" value="-1"> <param name="Volume" value="-1"> <param name="WindowlessVideo" value="-1"> <EMBED TYPE="application/x-mplayer2" SRC="http://67.15.50.243:10040" NAME="MediaPlayer" AUTOSTART=True> </EMBED></OBJECT> </body> </html> --- NEW FILE: play_wmp_netscape.html --- <html><head></head><body> <SCRIPT LANGUAGE="JavaScript"> var WMP7; if(window.ActiveXObject) { WMP7 = new ActiveXObject("WMPlayer.OCX.7"); } else if (window.GeckoActiveXObject) { WMP7 = new GeckoActiveXObject("WMPlayer.OCX.7"); } // Windows Media Player 7 Code if ( WMP7 ) { document.write ('<OBJECT ID=MediaPlayer '); document.write (' CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6'); document.write (' standby="Loading Microsoft Windows Media Player components..."'); document.write (' TYPE="application/x-oleobject" width="286" height="225">'); document.write ('<PARAM NAME="url" VALUE="http://67.15.50.243:10040">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<param name="AllowScan" value="-1">'); document.write ('<param name="AllowChangeDisplaySize" value="-1">'); document.write ('<param name="AutoRewind" value="0">'); document.write ('<PARAM NAME="ShowControls" VALUE="0">'); document.write ('<param name="ShowStatusBar" value="-1">'); document.write ('<param name=""BufferingTime"" value=""5"">'); document.write ('<param name="DisplayForeColor" value="16777215">'); document.write ('<param name="Rate"" value="1">'); document.write ('<PARAM NAME="uiMode" VALUE="mini">'); document.write ('</OBJECT>'); } // Windows Media Player 6.4 Code else { //IE Code document.write ('<OBJECT ID=MediaPlayer '); document.write ('CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 '); document.write ('CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 '); document.write ('standby="Loading Microsoft Windows Media Player components..." '); document.write ('TYPE="application/x-oleobject" width="286" height="225">'); document.write ('<PARAM NAME="FileName" VALUE="http://67.15.50.243:10040">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); //Netscape code document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/windows/windowsmedia/"'); document.write (' filename="http://67.15.50.243:10040"'); document.write (' src="http://ncnetshow/station1.asx"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); document.write (' ShowDisplay=1'); document.write (' ShowStatusBar=1'); document.write (' width=290'); document.write (' height=320>'); document.write (' </embed>'); document.write ('</OBJECT>'); } </SCRIPT> </body> </html> --- NEW FILE: play_real_no_firefox.html --- <html><head></head><body> <object id="RAOCX" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" height="31" width="378"> <PARAM NAME="controls" VALUE="ControlPanel"> <PARAM NAME="console" VALUE="Clip1"> <param name="AUTOSTART" value="1"> <param name="SHUFFLE" value="0"> <param name="PREFETCH" value="0"> <param name="NOLABELS" value="-1"> <param name="SRC" value="http://67.15.50.243:10040/listen.pls"> <param name="LOOP" value="0"> <param name="NUMLOOP" value="0"> <param name="CENTER" value="0"> <param name="MAINTAINASPECT" value="0"> <param name="BACKGROUNDCOLOR" value="#000000"> <param name="_ExtentX" value="10001"> <param name="_ExtentY" value="820"> <embed src="http://67.15.50.243:10040/listen.pls" height="55" width="275" controls="Default" console="Clip1"> </object> </body> </html> |