- UID
- 10253
- 帖子
- 3334
- 精华
- 0
- 贡献
- 20
- 推广
- 0
- 有效BUG
- 0
- 来自
- 江门·中国
- 注册时间
- 2006-4-28
|
17#
发表于 2006-11-8 11:10
| 只看该作者
- /* code bY kkf @ 2006 .11.8
-
- */
- function ououMedia(){
- strUrl=twSaveObjUrl%%s;
- if(-1!=strUrl.search(/http:\/\/dv\.ouou\.com\/.*swf.*/i)){
- strID = /id=/.test(strUrl)? strUrl.replace(/.*\?id=(.*)/,"$1") : document.location.href.replace(/.*v_(.*)\.html/,"$1");
- strTempUrl = "http://stat.ouou.com/playservlet?id="+strID
- strBuffer = external.twQueryHistory( strTempUrl, true );
- if( strBuffer.length <= 0 )
- {
- strBuffer = GetBufferFromUrl( strTempUrl );
- }
- if( strBuffer.length > 0 )
- {
- strRet = strBuffer.replace( /\s/g,"").replace(/.*<file>(.*)<\/file>.*/,"$1");
- external.twMediaPath( window, strRet );
- }
- }
- }
- ououMedia();
复制代码 |
|