iframe视频不是在FF中播放,而是在chrome中工作

时间:2017-04-12 11:49:38

标签: javascript firefox iframe

我有一个会打开比赛视频的网址。 此视频在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&amp;stream=201702051549AQD7&amp;t=1491996358287&amp;h=95c7c217abbbb55213787b8df329ddbb" height="100%" width="-30px" frameborder="0"></iframe>
  </body>
 </html>

0 个答案:

没有答案