Hi... i want to post videos google with the complete URL and not with only ID ...
How i can do that?
		Google Video Complete URL
		
		
		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
		it's easy i think, give it a try
		
		
		Subject: Re: Google Video Complete URL
		
						
	
	
		
	try to replace in bbcode.php
with
						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 />';
}
{
$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
				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 />';
}
{
$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 topicsYou 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.2466s (PHP: 61% SQL: 39%)
SQL queries: 10 - Debug Off - GZIP Enabled