咋隐藏了?改代码。
先到 官方网站去下载播放器的源代码,然后打开
as3comjeroenwijeringmodels下的 VideoModel.as
找到112行
stream.play( item[‘file’]);
改为
stream.play(‘http://my.5k.cn/flv/video/v/’+ item[‘file’]);
78和109行的 item[‘file’] = item[‘levels’][model.config[‘level’]].url;
分别改成 item[‘file’] = ‘http://my.5k.cn/flv/video/v/’+ item[‘levels’][model.config[‘level’]].url;
这样改了一下以后,蓝狮注册开户页面显示的视频地址是
实际地址则为http://my.5k.cn/flv/video/v/xp/video.mp4
一般人当然是找不到这个视频的真实地址的。蓝狮注册可以启到一定的隐藏作用。
这里有演示
http://my.5k.cn/flv/readme.html
标签:JW Player
0 Comments