first add a new bbcode as follows for google
Kod: Tümünü seç
[google]{text}[/google]
Next add the html replacement for the google bbcode
Kod: Tümünü seç
<script>
swfg("{text}");
</script>
now add a new bbcode as follows for youtube
Kod: Tümünü seç
[youtube]{text}[/youtube]
Next add the html replacement for the youtube bbcode
Kod: Tümünü seç
<script>
swfy("{text}");
</script>
Now finally save the following as "video.js" and point to it in your overall header template like this
Kod: Tümünü seç
<script src=http://yoursite.com/video.js></script>
Kod: Tümünü seç
function swfg(URL)
{
document.write('<embed src="http://video.google.com/googleplayer.swf?docId=' + URL + '" wmode="transparent" style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" flashvars=""></embed>');
}
function swfy(URL)
{
document.write('<embed src="http://www.youtube.com/v/' + URL + '" wmode="transparent" style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" flashvars=""></embed>');
}
Kod: Tümünü seç
<script src=http://yoursite.com/video.js></script>
değişik bir çalışma olmuş. kullanmak isteyen varmı bilmiyorum ama böyle bir mod olduğunu da bildireyim dedim... mod'un orjinal sayfası: Youtube-Google Modu