http://dianying.cntv.cn/love/lianaiqianguize/classpage/video/20091221/100120.shtml
这是CCTV电影站一个播放页面地址,打开源码,找到播放器一段,flash player是由JS创建的
createPlayer() 函数在 film_standard2.js 文件,找到swf播放器地址 http://player.cntv.cn/standard/cntvplayer.swf ,下载下来用 Action Script Viewer 6 打开
发现里面有这么个类 com.cntv.common.model.proxy.GetVideoInfoProxy ,通过用 videoId、articleId、filePath 等关键字搜索,找到这么一段AS代码
_local2 = (((((this._localtor.configVO.videoInfoURL + this._localtor.paramVO.filePath) + this._localtor.paramVO.videoId.substr(0, 8)) + "/") + this._localtor.paramVO.videoId.substr(8, (this._localtor.paramVO.videoId.length - 1))) + ".txt");








