08/02/20 16:40:31 75xp/Z4y0
if(URL.match(/^http:\/\/(?:www\.)?yourfilehost\.com\/media\.php\?cat=video&file=.+/i) && gethttp()){
if(response.match(/name="movie" value="http:\/\/[^?]+\.swf\?([^"]+)/i)){
VideoID = RegExp.$1;
if(VideoID.match(/[?&]videoembed_id=([^&]+)/i)) VideoURL = decodeURIComponent(RegExp.$1);
document.body.innerHTML="<embed src=\"URLリンク(www.yourfilehost.com)"+ VideoID +"\" bgcolor=\"#000000\" onfocus=\"document.body.focus()\"/>";
}else if(response.match(/vidlink=(http:[^"?&]+(?:avi|wmv|mpe?g))/i)){
resize(400,365,65); VideoURL = RegExp.$1;
document.body.innerHTML="<OBJECT classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6><PARAM NAME=\"URL\" VALUE=\""+ VideoURL +"\"><PARAM NAME=\"stretchToFit\" VALUE=\"-1\"></OBJECT>";