在index.html的body中加入如下代码,jwplayer.js放在html文件夹下:
插入
[removed][removed]
[removed]
jwplayer('my-video').setup({ #其它的参数上网查询
file:'jay.flv',#注意播放需要使用flash player,电脑版本chrome与
fallback:'false',#edge都可不用flash,但firefox需要,安卓4.1上
width: 512,#已经不使用flash了,iOS也不用,故使用手机浏览器播放不
height: 383,#了。
screencolor: '#ff0'
});
[removed]
1