我有一个会打开比赛视频的网址。 此视频在Chrome中正常打开,但在Firefox中无效。 此网址返回混合内容,这可能是FF未在iframe中打开网址的原因。 以下是我的代码
<!DOCTYPE html>
<head>
</head>
<body>
<style type="text/css"> body {scrolling:no;} iframe {position:fixed; top: 0px; left: 1050px; overlay:none;} z-index:1;}</style>
<iframe src="https://replays.robertsstream.com/racereplays/replaysflash.php?cust=DRF&stream=201702051549AQD7&t=1491996358287&h=95c7c217abbbb55213787b8df329ddbb" height="100%" width="-30px" frameborder="0"></iframe>
</body>
</html>