Below you will find pages that utilize the taxonomy term “jw”
September 16, 2010
JW player 隐藏视频路径
"咋隐藏了?改代码。\n先到 官方网站去 下载 播放器的源代码,然后打开\n\\as3\\com\\jeroenwijering\\models\\下的 VideoModel.as\n找到112行\nstream.play( item[‘file’]);\n改为\nstream.play(‘http://my.5k.cn/flv/video/v/’+ item[‘file’]);\n78和109行的 item[‘file’] = item[‘levels’][model.config[‘level’]].url;\n分别改成 item[‘file’] = ‘http://my.5k.cn/flv/video/v/’+ item[‘levels’][model.config[‘level’]].url;\n这样改了一下以后,页面显示的视频地址是\n实际地址则为 http://my.5k.cn/flv/video/v/xp/video.mp4\n一般人当然是找不到这个视频的真实地址的。可以启到一定的隐藏作用。\n这里有演示\nhttp://my.5k.cn/flv/readme.html"