This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

Google Video BBcode - code is not working on my forum

support for bbcodes in the video bbcodes section!
Post Reply
Terr0r

Google Video BBcode - code is not working on my forum

Post by Terr0r »

this code is not working on my forum

I see Google's video player but inside the player there is no video.

I see in the google url a -

some google video url is change there is a - in the url have been added

this is the code thats worinkg on my forum

bbcode usage: like this

Code: Select all

[gvideo]http://video.google.com/videoplay?docid=-{NUMBER}[/gvideo]
html replacement:

Code: Select all

    <object width="425" height="350">
            <param name="movie" value="http://video.google.com/googleplayer.swf?docId=-{NUMBER}"></param>
    <embed style="width:400px; height:326px;" id="VideoPlayback"
            align="middle" type="application/x-shockwave-flash"
            src="http://video.google.com/googleplayer.swf?docId=-{NUMBER}"
            allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff"
            scale="noScale" salign="TL"  FlashVars="playerMode=embedded">
    </embed>
    </object><br />
    <a href="http://video.google.com/videoplay?docid=-{NUMBER}" target="_blank">Link</a><br />
Helpline:

Code: Select all

gvideo: [gvideo]video url[/gvideo]
example:

Code: Select all

gvideo: [gvideo]http://video.google.com/videoplay?docid=-2076792283556696965[/gvideo]
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Google Video BBcode

Post by cisco007 »

well you could use it like that i had forgotten some of them had the -in them!
or you could just replace the {NUMBER} with {SIMPLETEXT} from my first code!
Image
Terr0r

Re: Google Video BBcode

Post by Terr0r »

some google video url is change there is a - in the url have been added

some google video url is no - in the url

i use the code white - in the code

I have changed the code {NUMBER} get out the code and {SIMPLETEXT} in the code

and all 2 the links from google video works on my forum

thnx cisco for your help smile_yes
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Google Video BBcode

Post by cisco007 »

no problem i will update the code here in a bit to fix this issue!
thanks for reminding me!
Image
Terr0r

Re: Google Video BBcode

Post by Terr0r »

No problem I learn a lot of here on phpBB and BBcodes

[offtopic]Nice and friendly People here

it is not so here on this site you ask something and you don't get help

you ask something and you get help from friendly People
[/offtopic]
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Google Video BBcode

Post by cisco007 »

[offtopic]we try Terr0r, as long as you ask nicely and explain exactly your problem and questions we'll do our best to help![/offtopic]
Image
Post Reply