Closed
Bug 197290
Opened 22 years ago
Closed 22 years ago
Unable to launch Realplayer to watch mlb.tv game broadcast
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jt.marsh, Assigned: saari)
References
()
Details
Attachments
(1 file)
681 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030312 Chimera/0.7+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030312 Chimera/0.7+
The following does not seem to work.
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<title>MLB.com - MLB.TV</title>
</head>
<body onLoad="javascript:window.close();">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
bgcolor="#ffffff"><tr>
</tr></table>
<script language="javascript" type="text/javascript">
<!--
if (document.location.href.indexOf("mlb.com") > -1) { document.domain = "mlb.com";}
window.opener.location.href='http://start.real.com/rd?pid=mlb_lg&url=play_live.smil?game=livegroup01/live/st_031303_bosnya_tv_live.rm&site=mlb&src=CNTnull&dnc=200303140136-mlb_lg-015bbf63e4e49b9583a0421a081d0332-123';
//-->
</script>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.login to mlb.com to watch game broadcast
2. click link to game
3. a window flashes, but no game
Actual Results:
Nothing
Expected Results:
real file downloaded to be viewed in realplayer
Manually entering the URL for the real file does enable me to watch.
As you can see on Mozilla's JavaScript Console, that HTML fragment has problems.
First, window.opener is undefined. Second, the page may not close windows that
weren't opened by script.
You need to log in
before you can comment on or make changes to this bug.
Description
•