0

我需要使用 Flash 中的播放器嵌入 m3u8 http 直播流 (HLS)。我必须嵌入这个网址:http://osmfhls.kutu.ru/static/swf/StrobeMediaPlayback.swf?src=http://188.165.228.216:51935/mariorossi/DMAX/-156850092_quicklive/playlist.m3u8&plugin_m3u8=http: //osmfhls.kutu.ru/static/swf/OSMFHLSPlugin.swf&autoPlay=true&controlBarAutoHide=false在 html 页面中。我该怎么做?

4

1 回答 1

0

使用 iframe:

<html>
<head>

</head>
<body>
    <iframe src="http://osmfhls.kutu.ru/static/swf/StrobeMediaPlayback.swf?src=http://188.165.228.216:51935/mariorossi/DMAX/-156850092_quicklive/playlist.m3u8&plugin_m3u8=http://osmfhls.kutu.ru/static/swf/OSMFHLSPlugin.swf&autoPlay=true&controlBarAutoHide=false" />
</body>
</html>
于 2012-12-27T12:16:59.180 回答