TV电视直播一般需要解析或对面提供播放方法才能整合,所以影视站长站只提供最简单的方法,而且是通用的。
苹果cms添加TV电视直播的方法:
<script>document.write('<iframe src="http://www.badouxia.com/live.html" width="100%" height="600px" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe>');</script>
上面的是JS生成的利于SEO,嫌免费可以直接用HTML调用。
<iframe src="http://www.badouxia.com/live.html" width="100%" height="600px" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" border="0"></iframe>