加载播放器时出错无法加载播放器配置

时间:2014-01-11 02:03:32

标签: video jwplayer

 <!DOCTYPE html PUBLIC "-//W3C//DTD 
 XHTML 1.0 Transitional//EN"             
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <script src="http://jwpsrv.com/library/94YoJHjcEeOOfCIACmOLpg.js"></script>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Untitled Document</title>
 </head>

 <body>
 <div id='playerCSXHVkOpDsGF'></div>
 <script type='text/javascript'>
jwplayer('playerCSXHVkOpDsGF').setup({
    file: 'https://www.youtube.com/watch?v=Frg07De0Yeo',
    title: 'upup batangas budget hearing part2',
    width: '100%',
    aspectratio: '16:9',
    fallback: 'false',
    primary: 'flash'
 });
</script>
</body>
</html>

嗨大家我有JW播放器的问题,这是我第一次创建一个网站,我的老板希望我使用JW播放器在网站上嵌入视频,但JW播放器给我的代码不起作用。它始终显示错误加载播放器无法加载播放器配置。请帮我一个初学者。我使用html和adobe dreamweavercs6是我使用的。

0 个答案:

没有答案