ÿþ<link rel="stylesheet" type="text/css" href="mxassets/ppa05.css" /> <html> <head> <title>My videos</title> </head> <script language="JavaScript"> <!-- var g_videoURL; var g_audioURL; var g_audioSTOP; var vm_status = 0; var am_status = 0; var g_infoTEXT; var g_MES; var g_LANG; function language(lang) { g_LANG = lang; message("start_video"); } function message(mes) { g_MES = mes; if (g_MES == "start_audio") { switch (g_LANG) { case "D": g_infoTEXT = "Bitte wählen Sie einen Song aus !"; break; case "US": g_infoTEXT = "Please choose a sound file !"; break; case "UK": g_infoTEXT = "Please choose a sound file !"; break; case "F": g_infoTEXT = "Please choose a sound file !"; break; case "NL": g_infoTEXT = "Please choose a sound file !"; break; case "I": g_infoTEXT = "Please choose a sound file !"; break; case "JP": g_infoTEXT = "Please choose a sound file !"; break; case "PL": g_infoTEXT = "Please choose a sound file !"; break; case "ES": g_infoTEXT = "Please choose a sound file !"; break; case "SKAN": g_infoTEXT = "Please choose a sound file !"; break; default: g_infoTEXT = "Please choose a sound file !"; break; } } else if (g_MES == "start_video") { switch (g_LANG) { case "D": g_infoTEXT = "Bitte wählen Sie ein Video aus !"; break; case "US": g_infoTEXT = "Please choose a video file !"; break; case "UK": g_infoTEXT = "Please choose a video file !"; break; case "F": g_infoTEXT = "Please choose a video file !"; break; case "NL": g_infoTEXT = "Please choose a video file !"; break; case "I": g_infoTEXT = "Please choose a video file !"; break; case "JP": g_infoTEXT = "Please choose a video file !"; break; case "PL": g_infoTEXT = "Please choose a video file !"; break; case "ES": g_infoTEXT = "Please choose a video file !"; break; case "SKAN": g_infoTEXT = "Please choose a video file !"; break; default: g_infoTEXT = "Please choose a video file !"; break; } } else if (g_MES == "start_audio_video") { switch (g_LANG) { case "D": g_infoTEXT = "Bitte wählen Sie einen Song oder ein Video aus !"; break; case "US": g_infoTEXT = "Please choose a sound or a video file !"; break; case "UK": g_infoTEXT = "Please choose a sound or a video file !"; break; case "F": g_infoTEXT = "Please choose a sound or a video file !"; break; case "NL": g_infoTEXT = "Please choose a sound or a video file !"; break; case "I": g_infoTEXT = "Please choose a sound or a video file !"; break; case "JP": g_infoTEXT = "Please choose a sound or a video file !"; break; case "PL": g_infoTEXT = "Please choose a sound or a video file !"; break; case "ES": g_infoTEXT = "Please choose a sound or a video file !"; break; case "SKAN": g_infoTEXT = "Please choose a sound or a video file !"; break; default: g_infoTEXT = "Please choose a sound or a video file !"; break; } } else if (g_MES == "no_video") { switch (g_LANG) { case "D": g_infoTEXT = "Sie haben kein Video ausgesucht !"; break; case "US": g_infoTEXT = "Please choose a video file !"; break; case "UK": g_infoTEXT = "Please choose a video file !"; break; case "F": g_infoTEXT = "Please choose a video file !"; break; case "NL": g_infoTEXT = "Please choose a video file !"; break; case "I": g_infoTEXT = "Please choose a video file !"; break; case "JP": g_infoTEXT = "Please choose a video file !"; break; case "PL": g_infoTEXT = "Please choose a video file !"; break; case "ES": g_infoTEXT = "Please choose a video file !"; break; case "SKAN": g_infoTEXT = "Please choose a video file !"; break; default: g_infoTEXT = "default: Please choose a video file !"; break; } } else if (g_MES == "no_audio") { switch (g_LANG) { case "D": g_infoTEXT = "Sie haben kein Song ausgesucht !"; break; case "US": g_infoTEXT = "Please choose a sound file !"; break; case "UK": g_infoTEXT = "Please choose a sound file !"; break; case "F": g_infoTEXT = "Please choose a sound file !"; break; case "NL": g_infoTEXT = "Please choose a sound file !"; break; case "I": g_infoTEXT = "Please choose a sound file !"; break; case "JP": g_infoTEXT = "Please choose a sound file !"; break; case "PL": g_infoTEXT = "Please choose a sound file !"; break; case "ES": g_infoTEXT = "Please choose a sound file !"; break; case "SKAN": g_infoTEXT = "Please choose a sound file !"; break; default: g_infoTEXT = "Please choose a sound file !"; break; } } else if (g_MES == "no_audio_video") { switch (g_LANG) { case "D": g_infoTEXT = "Sie haben kein Song oder Video ausgesucht !"; break; case "US": g_infoTEXT = "Please choose a sound or video file !"; break; case "UK": g_infoTEXT = "Please choose a sound or video file !"; break; case "F": g_infoTEXT = "Please choose a sound or video file !"; break; case "NL": g_infoTEXT = "Please choose a sound or video file !"; break; case "I": g_infoTEXT = "Please choose a sound or video file !"; break; case "JP": g_infoTEXT = "Please choose a sound or video file !"; break; case "PL": g_infoTEXT = "Please choose a sound or video file !"; break; case "ES": g_infoTEXT = "Please choose a sound or video file !"; break; case "SKAN": g_infoTEXT = "Please choose a sound or video file !"; break; default: g_infoTEXT = "Please choose a sound or video file !"; break; } } document.all.info_display.innerHTML = g_infoTEXT; } <!-- Init InfoTEXT and PlayVideo resp. Play Audio --> function set_audioINFO(URL, infoTEXT, TYPE) { audioURL = URL; g_infoTEXT = infoTEXT; document.all.info_display.innerHTML = g_infoTEXT; playaudio(audioURL); } function set_videoINFO(URL, infoTEXT, TYPE) { videoURL = URL; g_infoTEXT = infoTEXT; document.all.info_display.innerHTML = g_infoTEXT; playvideo(videoURL); } function play(URL, infoTEXT, TYPE) { g_infoTEXT = infoTEXT; document.all.info_display.innerHTML = g_infoTEXT; if (TYPE == 'Video') { videoURL = URL; playvideo(videoURL); } else if (TYPE == 'Audio') { audioURL = URL; playaudio(audioURL); } else message('no_audio_video'); } <!-- Video Functions --> function playvideo() { vm_status=1; g_videoURL = videoURL; MediaPlayer2.FileName=(g_videoURL); } <!-- Video Play --> function videostatusplay() { if (vm_status == 0) { message('no_video'); } else { vm_status=1; MediaPlayer2.PLAY(); } } <!-- Video Pause --> function videostatuspause() { if (MediaPlayer2.PlayState) { if (vm_status == 0) { message('no_video'); } else { vm_status=1; MediaPlayer2.Pause(); } } } <!-- Video Stop --> function videostatusstop() { if (vm_status == 0) { message('no_video'); } else { vm_status=1; MediaPlayer2.Stop(); MediaPlayer2.CurrentPosition = (0); } } <!-- Audio Functions --> function playaudio() { am_status=1; g_audioURL = audioURL; MediaPlayer1.FileName=(g_audioURL); } <!-- Audio Play --> function audiostatusplay() { if (am_status == 0) { message('no_audio'); } else { am_status=1; MediaPlayer1.PLAY(); } } <!-- Audio Pause --> function audiostatuspause() { if (am_status == 0) { message('no_audio'); } else { am_status=1; MediaPlayer1.Pause(); } } <!-- Audio Stop --> function audiostatusstop() { if (am_status == 0) { message('no_audio'); } else { am_status=1; MediaPlayer1.Stop(); MediaPlayer1.CurrentPosition = (0); } } --> </script> <body bgcolor="#303060" onload="language('US')"> <table width="800" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="170" height="100" align="left" valign="top" background="mxassets/bg_top_left.gif"> <img src="mxassets/1x1_trans.gif" height="20" width="10" border="0" /><br /> </td> <td width="630" height="100" align="center" valign="middle" background="mxassets/bg_top.gif"> <img src="mxassets/1x1_trans.gif" border="0" height="5" /><br /> <font class="headline"> Arnybarn Music Videos&nbsp; <font size="3"><br> Dave&#39;s 50th Birthday Party</font></font></td> <td height="100" align="left" valign="top"> <img src="mxassets/1x1_trans.gif" height="20" width="1" border="0" /> </td> </tr> <tr> <td width="170" height="350" align="center" valign="top" background="mxassets/bg_left.gif"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td width="140" height="25" align="center" valign="top"> <A href="index.html" CLASS="navi"> Homepage </A> </td> <td width="10" height="25" align="center" valign="top"> <img src="mxassets/1x1_trans.gif" border="0" height="5" /> </td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td width="140" height="25" align="center" valign="top"> <A href="PartyVideo.html" CLASS="navi"> My videos </A> </td> <td width="10" height="25" align="center" valign="top"> <img src="mxassets/1x1_trans.gif" border="0" height="5" /> </td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td width="140" height="25" align="center" valign="top"> &nbsp;</td> <td width="10" height="25" align="center" valign="top"> <img src="mxassets/1x1_trans.gif" border="0" height="5" /> </td> </tr> </table> </td> <td width="630" align="left" valign="top" colspan="2" rowspan="3"> <table width="620" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="200" height="460" align="center" valign="top" rowspan="2" background="mxassets/bg_AVList_video.gif"> <form name="av"> <img src="mxassets/1x1_trans.gif" height="20" border="0" alt="" /><br /> <select class="avlist" name="auswahlav" size="18" onClick="play(this.form.auswahlav.options[this.form.auswahlav.options.selectedIndex].value1, this.form.auswahlav.options[this.form.auswahlav.options.selectedIndex].value2, this.form.auswahlav.options[this.form.auswahlav.options.selectedIndex].value3)" width="160"> <option selected value3="Video" value1="mxmedia/OpeningSong.wmv" value2="Double click video for full screen - With a Little Help from My Friends" /> Concert Intro Song <option selected value3="Video" value1="mxmedia/CaliforniaDreamin.wmv" value2="Double click video for full screen - Dave Judy Karen and Debbie" /> California Dreamin <option selected value3="Video" value1="mxmedia/Country_Road.wmv" value2="Double click video for full screen - Dave and Vince" /> Country Road </select> </form> <br /><img src="mxassets/1x1_trans.gif" height="26" border="0" alt="" /> <table width="200" height="70" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="110" height="70" align="right" valign="middle" background="mxassets/bg_vlist_left.gif"> <img src="mxassets/1x1_trans.gif" height="3" width="10" border="0" alt="" /><br /><a href="#" onMouseOver="VM_stop.src='mxassets/av_stop_over.gif';" onMouseOut="VM_stop.src='mxassets/av_stop_out.gif';" onClick="videostatusstop()"> <img src="mxassets/av_stop_out.gif" name="VM_stop" border="0" width="40" height="50" /></a> </td> <td width="35" height="70" align="right" valign="middle" background="mxassets/bg_vlist_center.gif"> <img src="mxassets/1x1_trans.gif" height="3" width="10" border="0" alt="" /><br /><a href="#" onMouseOver="VM_pause.src='mxassets/av_pause_over.gif';" onMouseOut="VM_pause.src='mxassets/av_pause_out.gif';" onClick="videostatuspause()"> <img src="mxassets/av_pause_out.gif" name="VM_pause" border="0" width="35" height="50" /></a> </td> <td width="55" height="70" align="left" valign="middle" background="mxassets/bg_vlist_right.gif"> <img src="mxassets/1x1_trans.gif" height="3" width="10" border="0" alt="" /><br /><a href="#" onMouseOver="VM_play.src='mxassets/av_play_over.gif';" onMouseOut="VM_play.src='mxassets/av_play_out.gif';" onClick="set_videoINFO(document.av.auswahlav.options[document.av.auswahlav.options.selectedIndex].value1, document.av.auswahlav.options[document.av.auswahlav.options.selectedIndex].value2, document.av.auswahlav.options[document.av.auswahlav.options.selectedIndex].value3)"> <img src="mxassets/av_play_out.gif" name="VM_play" border="0" width="35" height="50" /></a> </td> </tr> </table> </td> <td width="420" height="280" align="center" valign="middle" background="mxassets/bg_VM.gif"> <font style="text-decoration: none; color:#ffffff; font-family:arial; font-size:12px; font-weight:bold;"> <object id="MediaPlayer2" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" 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" width="320" height="240"> <param name="AllowChangeDisplaySize" VALUE="1" /> <param name="AnimationAtStart" VALUE="0" /> <param name="AutoRewind" VALUE="0" /> <param name="AutoSize" VALUE="1" /> <param name="AutoStart" VALUE="1" /> <param name="PlayCount" VALUE="0" /> <param name="ClickToPlay" VALUE="1" /> <param name="SendPlayStateChangeEvents" VALUE="1" /> <param name="EnableContextMenu" VALUE="1" /> <param name="FileName" VALUE="" /> <param name="ShowAudioControls" VALUE="0" /> <param name="ShowCaptioning" VALUE="0" /> <param name="ShowControls" VALUE="0" /> <param name="ShowDisplay" VALUE="0" /> <param name="ShowGotoBar" VALUE="0" /> <param name="ShowPositionControls" VALUE="0" /> <param name="ShowStatusBar" VALUE="0" /> <param name="ShowTracker" VALUE="0" /> <param name="TransparentAtStart" VALUE="1" /> </object> </font> </td> </tr> <tr> <td width="420" height="180" align="center" valign="top" background="mxassets/bg_infodisplay_video.gif"> <img src="mxassets/1x1_trans.gif" height="20" width="10" border="0" alt="" /><br /> <textarea id="info_display" class="info_display" name="info_display" rows="8" cols="40" style="width: 380px; background-color: #000000; border-color: White White White White; text-decoration: none; color:#ffffff; font-family:arial; font-size:14px;">Info Display</textarea> </td> </tr> </table> </td> </tr> <tr> <td width="170" height="25" align="center" valign="middle" background="mxassets/bg_flex.gif"> <img src="mxassets/1x1_trans.gif" height="10" border="0" /> </td> </tr> <tr> <td width="170" height="100" align="center" valign="middle" background="mxassets/bg_bottom_left.gif"> <img src="mxassets/1x1_trans.gif" height="10" border="0" /> </td> </tr> </table> </body> </html>