Icy Phoenix

     
 

Google Video Complete URL

Google Video Complete URL

Article
Reply with quote    Download Post  
Post 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?



 
yamyam - View user's profile Send private message  
yamyam [ Thu 02 Aug, 2007 03:19 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Google Video Complete URL

Comments
Reply with quote    Download Post  
Post 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



 
Zuker - View user's profile Send private message  
Zuker [ Fri 03 Aug, 2007 17:16 ]
Reply with quote    Download Post  
Post 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 />';
                }




 
Zuker - View user's profile Send private message  
Zuker [ Fri 03 Aug, 2007 23:19 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1