解决cctv视频的外嵌代码如何转贴到论坛的方法
本帖链接:https://www.raoke.net/67816_1_1.shtml
咱们饶北客家人杰地灵的地方,常常会有一些老乡或者文化节目在cctv上面播放,很多网友都想把视频转发到饶客网,但cctv很不人性化,不兼容这类的转发。钱哥今天花了半个多小时的时间研究了一个临时的解决方案,现和大家分享。
- 外嵌代码 :
- <embed id='v_player_cctv' width='640' height='480' flashvars='videoId=20120725122843&filePath=/flvxml/2009/07/25/&isAutoPlay=true&url=http://sannong.cntv.cn/program/kejiyuan/20120725/122843.shtml&tai=sannong&configPath=http://sannong.cntv.cn/player/config.xml&widgetsConfig=http://js.player.cntv.cn/xml/widgetsConfig/sannong.xml&languageConfig=http://sannong.cntv.cn/player/zh_cn.xml&hour24DataURL=&outsideChannelId=channelBugu&videoCenterId=9ec663db3de847299c03103838565a95' allowscriptaccess='always' allowfullscreen='true' menu='false' quality='best' bgcolor='#000000' name='v_player_cctv' src='http://player.cntv.cn/standard/cntvOutSidePlayer.swf?v=2.0.2012.09.28' type='application/x-shockwave-flash' lk_mediaid='lk_juiceapp_mediaPopup_1257416656250' lk_media='yes'/>
- 将其中的两段代码进行合并,第一段代码放在前面,第二段放在后面,两段之间用&号连接
- 第一段 :
- http://player.cntv.cn/standard/cntvOutSidePlayer.swf?v=2.0.2012.09.28
- 第二段 :
- videoId=20120725122843&filePath=/flvxml/2009/07/25/&isAutoPlay=true&url=http://sannong.cntv.cn/program/kejiyuan/20120725/122843.shtml&tai=sannong&configPath=http://sannong.cntv.cn/player/config.xml&widgetsConfig=http://js.player.cntv.cn/xml/widgetsConfig/sannong.xml&languageConfig=http://sannong.cntv.cn/player/zh_cn.xml&hour24DataURL=&outsideChannelId=channelBugu&videoCenterId=9ec663db3de847299c03103838565a95'
- 合并的代码如下:
- http://player.cntv.cn/standard/cntvOutSidePlayer.swf?v=2.0.2012.09.28&videoId=20120725122843&filePath=/flvxml/2009/07/25/&isAutoPlay=true&url=http://sannong.cntv.cn/program/kejiyuan/20120725/122843.shtml&tai=sannong&configPath=http://sannong.cntv.cn/player/config.xml&widgetsConfig=http://js.player.cntv.cn/xml/widgetsConfig/sannong.xml&languageConfig=http://sannong.cntv.cn/player/zh_cn.xml&hour24DataURL=&outsideChannelId=channelBugu&videoCenterId=9ec663db3de847299c03103838565a95'
- 将这段代码嵌入到[flsah]标签中,就可以实线在论坛中直接播放CCTV视频的效果了。
复制代码
|