Google Video Complete URL


Subject: Google Video Complete URL
Hi... i want to post videos google with the complete URL and not with only ID ...


How i can do that?

Profile PM  
Subject: Re: Google Video Complete URL
you can try to edit the bbcode.php where the google bbcode it's defined

it's easy i think, give it a try

Subject: Re: Google Video Complete URL
try to replace in bbcode.php

Code: [Download] [Hide] [Select]
elseif ($tag === 'googlevideo')
{
$html = '<object width="425" height="350"><param name="movie" value="http://video.google.com/googleplayer.swf?docId=' . $content . '"></param><embed style="width:400px; height:326px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=' . $content . '" allowScriptAccess="sameDomain" quality="best" bgcolor="#F8F8F8" scale="noScale" salign="TL" FlashVars="playerMode=embedded"></embed></object><br /><a href="http://video.google.com/videoplay?docid=' . $content . '" target="_blank">Link</a><br />';
}


with

Code: [Download] [Hide] [Select]
elseif ($tag === 'googlevideo')
{
$html = '<object width="425" height="350"><param name="movie" value="' . $content . '"></param><embed style="width:400px; height:326px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="' . $content . '" allowScriptAccess="sameDomain" quality="best" bgcolor="#F8F8F8" scale="noScale" salign="TL" FlashVars="playerMode=embedded"></embed></object><br /><a href="' . $content . '" target="_blank">Link</a><br />';
}


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9748s (PHP: 15% SQL: 85%)
SQL queries: 15 - Debug Off - GZIP Enabled