Closed Bug 445635 Opened 17 years ago Closed 17 years ago

F4M video doesn't play correctly

Categories

(Camino Graveyard :: Plug-ins, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: ralphweber, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.14) Gecko/20080512 Camino/1.6.1 (like Firefox/2.0.0.14) Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.14) Gecko/20080512 Camino/1.6.1 (like Firefox/2.0.0.14) In using Camino, the issue came up trying to use plug in features. Also when doing the feedback to WABC & to Camino the subject which could be in the java script, is not being writen in the message box. it's off to the right or right & down diagonally of the message box. Here is the page info: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>WABC-AM</title> <style type="text/css"> <!-- #apDiv1 { position:absolute; width:760px; height:393px; z-index:1; background-image: url(stationlogos/826.jpg); } body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } #apDiv2 { position:absolute; width:361px; height:19px; z-index:1; left: 43px; top: 170px; } #apDiv3 { position:absolute; width:342px; height:17px; z-index:2; left: 52px; top: 172px; } .style2 { color: #54b4f1; font-family: tahoma; font-size: 11px; } #apDiv4 { position:absolute; width:71px; height:22px; z-index:1; left: 41px; top: 205px; } #apDiv5 { position:absolute; width:55px; height:22px; z-index:2; top: 205px; left: 112px; } #apDiv6 { position:absolute; width:119px; height:22px; z-index:3; left: 287px; top: 205px; } #apDiv7 { position:absolute; width:416px; height:26px; z-index:4; left: 14px; top: 243px; } .style7 { font-size: 11px; font-family: tahoma; } --> </style> <link href="style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style8 { font-size: 10px } #apDiv8 { position:absolute; width:300px; height:250px; z-index:5; left: 445px; top: 18px; background-color: #FFFFFF; } #apDiv9 { position:absolute; width:728px; height:90px; z-index:6; left: 17px; top: 291px; background-color: #FFFFFF; } #apDiv10 { position:absolute; width:37px; height:22px; z-index:7; left: 167px; top: 205px; } #apDiv11 { position:absolute; width:23px; height:22px; z-index:8; left: 204px; top: 205px; } #apDiv12 { position:absolute; width:25px; height:22px; z-index:9; left: 227px; top: 205px; } --> </style> <script type="text/javascript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <SCRIPT ID="clientEventHandlersJS" LANGUAGE="JScript" FOR="WM" EVENT="playStateChange(NewState)"> <!-- //alert(WM.playState); function showTuner() { apDiv6.style.visibility = 'visible'; } switch (NewState){ case 1: nowplaying.innerHTML='Stopped.'; playstatus.innerHTML='' playstatus.style.visibility = 'hidden'; var t=setTimeout(showTuner,5000); break; case 3: nowplaying.innerHTML='Playing... Title info will display shortly'; playstatus.style.visibility = 'visible'; playstatus.innerHTML='<img src=images/13-0.gif>;' b300.location.href='banners/300.aspx?zoneid=232'; var t=setTimeout(showTuner,5000); break; case 6: nowplaying.innerHTML='Buffering...'; playstatus.innerHTML='<img src=images/18-0.gif>;' apDiv6.style.visibility = 'hidden'; break; default: nowplaying.innerHTML='Stopped.'; playstatus.innerHTML='' playstatus.style.visibility = 'hidden'; var t=setTimeout(showTuner,5000); } --> </SCRIPT> <SCRIPT> <!-- function lockbuttons() { //WM.enabled = false; apDiv1.style.visibility = 'hidden'; apDiv10.style.visibility = 'hidden'; apDiv4.style.visibility = 'hidden'; apDiv5.style.visibility = 'hidden'; //tuner.style.visibility='hidden'; favorites.style.visibility='hidden'; favdiv.style.visibility = 'hidden'; } function unlockbuttons() { //WM.enabled = true; apDiv1.style.visibility = 'visible'; apDiv10.style.visibility = 'visible'; apDiv4.style.visibility = 'visible'; apDiv5.style.visibility = 'visible'; //tuner.style.visibility='visible'; //b300.location.href='banners/hello.htm'; b728.location.href='banners/728.aspx?zoneid=233'; favorites.style.visibility='visible'; favdiv.style.visibility = 'visible'; } function StartMeUp () { WM.URL = "http://citadelcc-WABC-AM.wm.llnwd.net/citadelcc_WABC_AM"; } function ShutMeDown () { WM.controls.stop(); } function ChangeVolumeUp() { WM.settings.volume = WM.settings.volume + 10; } function ChangeVolumeDown() { WM.settings.volume = WM.settings.volume - 10; } --> </SCRIPT> <script language="JavaScript"> <!-- function resize_2() { window.resizeTo(778,705) } --> </script> <SCRIPT FOR="WM" EVENT="scriptCommand(scType, Param)" LANGUAGE="Jscript"> <!-- if (scType.toLowerCase() == "data") { // lbl_raw.innerHTML=bstrParam; var DataArray = Param.split('&'); //get category var CatData=DataArray[0].split('='); if(CatData[0]=='category') { var Category = CatData[1]; Category=unescape(Category); //document.getElementById("category").innerHTML = Category; Category=Category.toLowerCase(); //get artist var ArtistData=DataArray[1].split('='); if(ArtistData[0]=='artist') { var Artist=ArtistData[1]; Artist= unescape(Artist); Artist.toUpperCase(); //document.getElementById("artist").innerHTML = 'Artist: ' + Artist; //get title var TitleData=DataArray[2].split('='); if(TitleData[0]=='title') { var Title=TitleData[1]; Title= unescape(Title); Title.toUpperCase(); document.getElementById("nowplaying").innerHTML = Artist + ' - ' + Title; document.title = Artist + ' - ' + Title; //searchframe.location.href='http://www.google.com/custom?q=' + Artist + ' ' + Title + '&sa=Google+Search&client=pub-2600553833204196&forid=1&ie=ISO-8859-1&oe=ISO-8859-1&safe=active&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BLH%3A50%3BLW%3A234%3BL%3A%3BS%3Ahttp%3A%2F%2Fwww.citadelbroadcasting.com%2F+%3BFORID%3A1&hl=en'; //get album var AlbumData=DataArray[3].split('='); if(AlbumData[0]=='album') { var Album=AlbumData[1]; Album= unescape(Album); //document.getElementById("album").innerHTML = 'Album: ' + Album.toUpperCase(); if( Category=='break') { document.getElementById("nowplaying").innerHTML = 'Commercial Break'; document.title = 'Commercial Break'; // b300.location.href='banners/300.asp?break=Syncing 300x 250 banner!!!<BR><img src=33-0.gif>'; // b728.location.href='banners/728.asp?break=Syncing 728 x 90 banner!!!<BR><img src=33-0.gif>'; //document.getElementById("title").innerHTML = ''; //document.getElementById("album").innerHTML = ''; } if( Category=='endbreak') { b300.location.href='banners/300.aspx?zoneid=232'; b728.location.href='banners/728.aspx?zoneid=233'; } } } } } } if(scType.toLowerCase() == "caption") { nowplaying.innerHTML=Param; if(Param.toLowerCase().indexOf('http://') >= 0) { if(Param.toLowerCase().indexOf('|') >= 0) { var fields = Param.split('|'); if (fields.length == 2) { var p1 = fields[0]; var p2 = fields[1]; if (p1.length > 0) { document.frames['b728'].location.href = p1; //alert("728 = " + p1); } if (p2.length > 0) { document.frames['b300'].location.href = p2; //alert("300 = " + p2); } } } else { //alert("Param: " + Param); document.frames['b728'].location.href = Param; } } } --> </SCRIPT> </head> <body onload="MM_preloadImages('images/button_play_on.jpg','images/button_stop_on.jpg','images/button_tuner_on.jpg');"> <div id="apDiv1"> <div id="apDiv4" style="visibility:hidden;"><a href="javascript:void(0);" OnClick="StartMeUp()";><img src="images/button_play_off.jpg" name="play" width="71" height="22" border="0" id="play" onmouseover="MM_swapImage('play','','images/button_play_on.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></div> <div id="apDiv5" style="visibility:hidden;"><a href="javascript:void(0);" OnClick="ShutMeDown()";><img src="images/button_stop_off.jpg" name="stop" width="55" height="22" border="0" id="stop" onmouseover="MM_swapImage('stop','','images/button_stop_on.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></div> </div> <div id="apDiv6" style="visibility:hidden;"><a href="frame.aspx?thepage=selector.aspx?nid=2920" target="b300"><img src="images/button_tuner_off.jpg" id="tuner" name="tuner" width="119" height="22" border="0" id="tuner" onmouseover="MM_swapImage('tuner','','images/button_tuner_on.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></div> <div id="apDiv7"> <table width="416" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="104" height="22" align="center" valign="middle"><span class="style7 style8"><a href="http://www.wabcradio.com/" target=_blank>HOME</a></span></td> <td width="104" align="center" valign="middle"><span class="style7 style8"><a href="http://www.wabcradio.com/Article.asp?id=122651" target=_blank>CONTACT</a></span></td> <td width="104" align="center" valign="middle"><span class="style7 style8"><a href="" target=_blank></a></span></td> <td width="104" align="center" valign="middle"><span class="style7 style8" style="visibility:hidden;" id="favdiv"><a name="favorites" id="favorites" href="frame.aspx?thepage=myfavs.asp?sid=826&nid=2920" target="b300">MY FAVORITES</a></span></td> </tr> </table> </div> <div id="apDiv8"> <iframe src="preroll.asp?stationid=826" height=250 width=300 framborder=0 name="b300" id="b300" scrolling=no></iframe> </div> <div id="apDiv9"> <iframe src="banners/728.aspx?zoneid=233" height=90 width=728 framborder=0 scrolling=no name="b728"></iframe> </div> <div id="apDiv10" style="visibility:hidden;">&nbsp;<a target="b300" onclick="if (confirm('Add this channel as a favorite?'))this.href='frame.aspx?thepage=myfavs.asp?addsid=826&nid=2920';return true" href="javascript:void(0)"><img src="images/favadd16.png" border="0" /></a>&nbsp;</div> <div id="apDiv12"><a href="#" onClick="javascript:ChangeVolumeUp();"><img src="images/volup_off.jpg" name="volup" width="25" height="22" border="0" id="volup" /></a></div> <div id="apDiv11"><a href="#" onClick="javascript:ChangeVolumeDown();"><img src="images/voldown_off.jpg" name="voldown" width="23" height="22" border="0" id="voldown" /></a></div> <div id="apDiv3"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="88%" valign=top><span name="playstatus" id="playstatus" style="visibility:hidden;"><img src="images/14-0.gif" /></span>&nbsp;<span class="style2" id="nowplaying" name="nowplaying"></span> </td> <td width="12%"><span class="style2" id="playertimer" name="playertimer"></span></td> </tr> </table> </div> <object id="WM" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="0" width="0" VIEWASTEXT> <PARAM NAME="autoStart" VALUE="-1"> <param name="URL" value=""> <param name="buffering" value="0"> <param name="rate" value="1"> <param name="balance" value="0"> <param name="playCount" value="1"> <param name="currentMarker" value="0"> <param name="showcontrols" value="1"> <param name="invokeURLs" value="-1"> <param name="volume" value="50"> <param name="mute" value="0"> <param name="uiMode" value="full"> <param name="stretchToFit" value="0"> <param name="windowlessVideo" value="0"> <param name="currentPosition" value="0"> <param name="enabled" value="-1"> <param name="enableContextMenu" value="0"> <param name="fullScreen" value="0"> <param name="enableErrorDialogs" value="0"> <EMBED TYPE="application/x-mplayer2" PLUGINSPAGE="http://microsoft.com/windows/mediaplayer/en/download/" ID="WM" Name="WM" Width="0" Height="0" Src="" AutoSize="1" AutoStart="1" ClickToPlay="1" DisplaySize="0" EnableContextMenu="1" EnableFullScreenControls="1" EnableTracker="0" Mute="0" PlayCount="1" ShowControls="1" ShowAudioControls="1" ShowDisplay="0" ShowGotoBar="0" ShowPositionControls="0" ShowStatusBar="0" ShowTracker="0" > </EMBED> </object> </td></tr></table> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-398386-10"); pageTracker._initData(); pageTracker._trackPageview(); </script> <!--start Ando Media WCM Tracking tag © 2008---> <script language="javascript" type="text/javascript"> var sid=826; var poid='WM'; </script> <script language="javascript" type="text/javascript" src="http://m.wcmcs.net/m/pl.js.aspx"></script> <div id="devs"></div> <!--end Ando Media WCM Tracking tag © 2007---> </body> </html> Reproducible: Always Steps to Reproduce: 1.does this on it's own. 2. 3.
> it's off to the right or right & down diagonally of the message box. That is a serious bug in the F4M plugin, not a Camino bug (see bug 343499). > the issue came up trying to use plug in features What is "the issue"? Please give a clear description of what the problem is, and steps for reproducing it.
I was on http://www.wabcradio.com/ The plug ins for quick time to be used or iTunes to play the audio. Which have worked with Camino in the past. Were not working like they should. Nothing is blocked or being prevented via firewall. I checked to make sure. Also, it was asking to upload flip4mac which is already installed & recent. It would Pop up a smaller browser with the WABC & show who was playing or on air & in the past thats where it would come from. Last night it was trying to play from the quick time player. On occasion when I used to use another browser (firefox) it would use the quick time player. Tonight with out going on to WABC Radio everything is working. Text is where it should be.
P.S. I had this after I hit the listen live button on the website!
I'm still not clear on the specific problem is; you said that it opened a small player window (which I gather is the expected and correct behavior), that it opened in QuickTime, and that you were asked to install F4M (although I'm not sure by what). I don't see how it could have done all three at once. If I understand correctly from looking at the site, the steps to reproduce are: 1) Go to http://www.wabcradio.com 2) Click on Listen Live in the upper right 3) Click on the Listen Live button that then appears in the main content area The expected behavior is that a new window opens with a player. Please describe clearly, and in as much detail as possible, what happens when you follow those steps (and if my steps are inaccurate, please let me know).
1) Go to http://www.wabcradio.com 2) Click on Listen Live in the upper right 3) a new window opens with a player. 4) a quick time player will pop up as well maybe with a commercial 5) or quick time may try to also run the same audio after the commercial 6) if you refresh the page on the player in smaller browser a pop up comes up after the the first or second time it is refreshed do to it may not have all the required cookies or what's in the cache. 7) tried to refresh/clear the cache & cookies & tried again. Wound up with same results. 8) Player in smaller browser won't play 9) Quick time/F4M will play commercial once & gets nothing for audio or commercial after ward. Thats the best I can do for you if this doesn't help. I don't know what else to tell you. I'm a virgin on this site & what it takes. I sent the same thing to F4M as well as a complaint. Typical for MS, this is why I went MAC. It wouldn't surprise me if this is dragged on
1) Go to http://www.wabcradio.com 2) Click on Listen Live in the upper right 3) a new window opens with a player. 4) a quick time player will pop up as well maybe with a commercial 5) or quick time may try to also run the same audio after the commercial 6) if you refresh the page on the player in smaller browser a pop up comes up after the the first or second time it is refreshed do to it may not have all the required cookies or what's in the cache. 7) tried to refresh/clear the cache & cookies & tried again. Wound up with same results. 8) Player in smaller browser won't play 9) Quick time/F4M will play commercial once & gets nothing for audio or commercial after ward. Thats the best I can do for you if this doesn't help. I don't know what else to tell you. I'm a virgin on this site & what it takes. I sent the same thing to F4M as well as a complaint. Typical for MS, this is why I went MAC. It wouldn't surprise me if this is dragged on
1) Go to http://www.wabcradio.com 2) Click on Listen Live in the upper right 3) a new window opens with a player. 4) a quick time player will pop up as well maybe with a commercial 5) or quick time may try to also run the same audio after the commercial 6) if you refresh the page on the player in smaller browser a pop up comes up after the the first or second time it is refreshed do to it may not have all the required cookies or what's in the cache. 7) tried to refresh/clear the cache & cookies & tried again. Wound up with same results. 8) Player in smaller browser won't play 9) Quick time/F4M will play commercial once & gets nothing for audio or commercial after ward. Thats the best I can do for you if this doesn't help. I don't know what else to tell you. I'm a virgin on this site & what it takes. I sent the same thing to F4M as well as a complaint. Typical for MS, this is why I went MAC. It wouldn't surprise me if this is dragged on
What version of the F4M plugin do you have? Is the "Launch QuickTime Player" checkbox checked in the Browser section of the "Flip4Mac WMV" preferences in System Preferences? When it launches QuickTime, does it play correctly there?
Summary: Feedback, error in reporting → F4M video doesn't play correctly
Actually, reading your list of issues again, all of it is with functionality controlled entirely by F4M; it decides whether or not to launch QuickTime, and problems with audio playback inside QuickTime is definitely something we have no control over. So F4M was the right place to send your report. Closing this bug as INVALID since the problems are with the F4M plugin rather than a Camino itself. (FWIW, I don't see any of the problems you are having, so you may want to try updating your version of F4M and checking the F4M prefs.)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.