[js] Nhúng video vào forum InvisionFree (youtube, google video)
Wednesday, 24. October 2007, 13:24:27
- Vào Admin panel >> Cột trái >> Skinning & Styles >> Board Wrappers
- Copy đoạn code dưới đây paste vào phần Footer >> Save lại >> Done !!!
<script type="text/javascript" language="javascript">
function _01a_set_media(_01a_type, _01a_link_){
var _01a_embed = "";
switch(_01a_type){
case 'youtube':
_01a_embed = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/'+_01a_link_+'&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/'+_01a_link_+'&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>';
break;
case 'gvideo':
_01a_embed = '<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId='+_01a_link_+'&hl=en" flashvars=""> </embed>';
break;
}
return _01a_embed;
}
if(location.href.indexOf("showtopic=") != -1){
var _01a_D = document.getElementsByTagName('DIV');
for(i = 0; i < _01a_D.length; i++){
if(_01a_D[i].className == 'postcolor'){
_01a_content_ = _01a_D[i].innerHTML;
_01a_matched_tag = _01a_content_.match(/\[[\w_]+\][^[\r\n]*\[\/[\w_]+\]/gi);
if(_01a_matched_tag != null){
_01a_nof_matched_tag = _01a_matched_tag.length;
for(j = 0; j < _01a_nof_matched_tag; j++){
_01a_tag_details = _01a_matched_tag[j].match(/\](.*)\[\/(.*)\]/i);
_01a_content_ = _01a_content_.replace(_01a_matched_tag[j],"<center>"+_01a_set_media(_01a_tag_details[2].toLowerCase(), _01a_tag_details[1])+"</center>");
}
_01a_D[i].innerHTML = _01a_content_;
}
}
}
}
</script>
- Ví dụ:
[code]
http://video.google.com/videoplay?docid=881375894896977511
[gvideo]881375894896977511[/gvideo]
http://www.youtube.com/watch?v=K70JzbIgVIE
[youtube]K70JzbIgVIE[/youtube]
- Mí tag ko phân biệt hoa thường (youtube, YOUTUBE)
- Done !!!
----------------
- Nhóc ben nhận hàng :catshoot::catshoot:
:@}

![PhiLongXP [Game Developing] Though someday the dream will end but I'll trying my best to make the dream come true... PhiLongXP photo](http://static.myopera.com/upic/pool1/WF/4K5/pS1HgzzPUhglljRMgFb6fM/671200_m.jpg)




