Issue 3741: Video Streaming is not working correctly
http://code.google.com/p/chromium/issues/detail?id=3741

Comment #1 by [EMAIL PROTECTED]:
function showPlayerObject(divName,src) {
        var dplayer=document.getElementById(divName);
        var objPlayer='<object 
classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"
type="video/x-ms-wma" id="itemPlayer" width="100%" height="288"  
style="backgroung-
color:black;" standby="Loading Microsoft Windows Media Player components..."
bgcolor="black" border=0 Onmousedown="WallaCheckAds();"><param  
name="BufferingTime"
value="8"><param name="AllowChangeDisplaySize" value="true"><param  
name="AutoRewind"
value=1><param name="ControlType" value=1><param name="showFrame"  
value="true"
/><param name="EnableContextMenu" value="false"><param name="stretchToFit"
value="true"><param name="uiMode" value="none"><param name="windowlessVideo"
value="false"><param id="itemPlayerUrl" name="url" value='+src+'><embed
type="application/x-mplayer2" name="itemPlayer"
src="'+src+'"pluginspage="http://www.microsoft.com/Windows/MediaPlayer/";
Height="100%" Width="288" AutoStart="1" ShowControls="0"
StretchToFit="1"></embed></object>';
        dplayer.innerHTML=objPlayer;
}


Resource interpreted as script but transferred with MIME type text/plain.
http://www.walla.co.il/@/js/printPlayerObject.walla


Seems like they are sending the player with the wrong MIME type.


Issue attribute updates:
        Labels: -Area-Misc Area-Compat

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to