/* 
 bundle video_1 
*/
/* OK
 http://image.360quan.cn/js/video/list.js?ts=1268090298
 2009-12-30 21:05:55, H:37df0f3cf0e57ee72796693c2b4f7323 
*/
function clip_mouseover(a){if(isMySpace==1){$("#admin_clip_"+a+"_div").show()}$("#pic_clip_"+a+"_div").removeClass();$("#pic_clip_"+a+"_div").addClass("pic2")}function clip_mouseout(a){if(isMySpace==1){$("#admin_clip_"+a+"_div").hide()}$("#pic_clip_"+a+"_div").removeClass();$("#pic_clip_"+a+"_div").addClass("pic1")}var activeVideo=0;function confirmDelVideo(c){activeVideo=c;var b=$("#pic_clip_"+c+"_div").attr("src");if(b==""){b="http://image.360quan.com/images2008/video03.jpg"}var a={};a=new ph$.alet.build({id:"_windel",title:"确认删除视频",clos:"关闭",head:"确定删除这个视频吗？",img:b,btn:[["确认","delVideo"],["取消",""]],width:400,visiby:"visible",shadow:2})}function delVideo(){ph$.alet.hidden("_windel");$.ajax({type:"post",url:"/video/index/delete",cache:false,data:"id="+activeVideo,dataType:"json",success:function(a){if(a.code=="200"){if(actionName&&actionName=="index"){$("#clip_"+activeVideo).hide()}else{top.location.replace("/video/index?u="+a.message)}return true}else{alert(a.message);return false}}})}function confirmEditVideo(b){activeVideo=b;$("#new_title").val($("#title_"+b).text());$("#new_tag").val($("#tag_"+b).text());var a={};a=new ph$.alet.build({id:"_winedit",title:"编辑视频",clos:"关闭",cont:"edit-video",btn:[["确认","editVideo"],["取消",""]],width:400,visiby:"visible",shadow:2})}function editVideo(){var b=$("#new_title").val();b=$.trim(b);var a=$("#new_tag").val();a=$.trim(a);if(b==""){alert("请输入视频标题");return}ph$.alet.hidden("_winedit");$.ajax({type:"post",url:"/video/index/edit",cache:false,data:"id="+activeVideo+"&title="+b+"&tag="+a,dataType:"json",success:function(c){if(c.code=="200"){top.location.reload();return true}else{alert(c.message);return false}}})};

/* OK
 http://image.360quan.cn/js/video/show.js?ts=1268090298
 2010-01-26 17:15:24, H:3a71d3b2c1ea7588167ac4462d9eaf77 
*/
function showVideo(a,b){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="480" height="410" id="360quan" align="middle">');document.write('<param name="allowScriptAccess" value="always" />');document.write('<param name="allowFullScreen" value="true" />');document.write('<param name="movie" value="http://image.360quan.com/video_player/video_player_v4.swf" />');document.write('<param name="quality" value="high" />');document.write('<param name="bgcolor" value="#ffffff" />');document.write('<!-- <param name="wmode" value="transparent" /> -->');document.write('<PARAM NAME="FlashVars" VALUE="flv_file='+a+"&thumb="+b+'&smallLogoFile=http://image.360quan.com/video_player/360logo_small.png&bigLogoFile=http://image.360quan.com/video_player/360logo_big.png&alphalogo=100&realWidth=480&realHeight=410&re_src=http%3A//newcn.360quan.com/www/delivery/ajs.php%3Fzoneid%3D335%26cb%3D61807151876%26charset%3DUTF-8%26loc%3Dhttp%253A//www1.360quan.com/video/" >');document.write('<param name="wmode" value="opaque" >');document.write('<embed src="http://image.360quan.com/video_player/video_player_v4.swf" FlashVars="flv_file='+a+"&thumb="+b+'&smallLogoFile=http://image.360quan.com/video_player/360logo_small.png&bigLogoFile=http://image.360quan.com/video_player/360logo_big.png&alphalogo=100&realWidth=480&realHeight=410&re_src=http%3A//newcn.360quan.com/www/delivery/ajs.php%3Fzoneid%3D335%26cb%3D61807151876%26charset%3DISO-8859-1%26loc%3Dhttp%253A//www1.360quan.com/video/" quality="high" bgcolor="#ffffff" width="480" height="410" name="360quan" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" /></embed></object>')}function copyVideoUrl(e){var d=$("#url_"+e).text();var b=$("#embed").val();var c="";c+=' <div style="text-align:center;">';c+=' <dl class="copycode">';c+=" <dt>把视频贴到博客或BBS</dt>";c+=' <dd><input type="text" class="input" value=\''+b+'\'  id="input_embed" />';c+=' <input class="but" name="" type="button" value="复制" onclick="getVideoSrc('+e+');" /></dd>';c+=" <dt>复制本页地址</dt>";c+=' <dd><input name="" type="text" class="input"  id="input_url" value="'+d+'"  />';c+=' <input class="but" name="" type="button" value="复制" onclick="getVideoUrl('+e+');" /></dd>';c+=" </dl>";c+=" <br /><br />";c+=" </div>";var a={};a=new ph$.alet.build({id:"cp_video",title:"复制视频代码",clos:"关闭",cont:c,width:400,visiby:"visible",shadow:2})}function getVideoUrl(b){var a=$("#url_"+b).text();copyToClipboard(a);copyVideoFinished()}function getVideoSrc(b){var a=$("#embed").val();copyToClipboard(a);copyVideoFinished()}function copyToClipboard(e){if(typeof e!="string"){return false}else{var c=e}if(window.clipboardData){window.clipboardData.setData("Text",c)}else{var b="flashcopier";if(!document.getElementById(b)){var d=document.createElement("div");d.id=b;document.body.appendChild(d)}document.getElementById(b).innerHTML="";var a='<embed src="http://image.360quan.com/images/_clipboard.swf" FlashVars="clipboard='+encodeURIComponent(c)+'" width="0" height="0" type="application/x-shockwave-flash"></embed>';document.getElementById(b).innerHTML=a}}function copyVideoFinished(){ph$.alet.hidden("cp_video");var a={};a=new ph$.alet.build({id:"cp_video_f",title:"复制完成",clos:"关闭",head:"复制成功！按Ctrl+V即可粘贴。:)",width:400,visiby:"visible",btn:[["确认",""]],shadow:2})}rpage=0;function getRecommendVideo(a){$.ajax({type:"get",url:"/video/index/recommend",cache:false,data:"page="+rpage+"&cnt="+a,dataType:"json",success:function(e){if(e.code=="200"){var c="";for(var b=0;b<e.data.length;b++){c+='<li><a href="/video/index/show?u='+e.data[b]["euid"]+"&id="+e.data[b]["id"]+'" title="'+e.data[b]["title"]+'" target="_blank"><img src="'+e.data[b]["thumb"]+'" alt="'+e.data[b]["title"]+'" width="90" height="66" /></a></li>'}$("#new-recommend-video").html(c);rpage=e.message}else{return false}}})}function getNextPageRecommendVide(a){if(rpage==100){rpage=1}else{rpage++}getRecommendVideo(a)}function getPrePageRecommendVide(a){if(rpage==0||rpage==1){rpage=100}else{rpage--}getRecommendVideo(a)}ph$.video={};ph$.video.view={playOrStopVideo:function(b){var a=document.getElementById("video_opt_panel");if(b=="stop"){a.style.display="block"}else{if(b=="replay"){a.style.display="none"}}},setOptHotInfo:function(){var e=document.getElementById("video_opt_panel");var a=e.getElementsByTagName("ul")[0];a=a.getElementsByTagName("img");var d=document.getElementById("info_title");var b=document.getElementById("info_hot");for(var c=0;c<a.length;c++){a[c].index=c;if(ph$.video.viewInfo[c]==null||ph$.video.viewInfo[c]==""){break}a[c].src=ph$.video.viewInfo[c].img;a[c].parentNode.onmouseover=function(){num=this.getElementsByTagName("img")[0].index;d.innerHTML=ph$.video.viewInfo[num].title;b.innerHTML="人气："+ph$.video.viewInfo[num].hot}}}};function playOrStopVideo(a){ph$.video.view.playOrStopVideo(a)};


/* 0.021 */
/* YCS $Rev: 5588 $ */