Request: Video BBcode

Support for PhpBB3 BBCodes.
Post here to get help with any BBCode related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!

Request: Video BBcode

Post by Makis »

I've tried to create a video BBCode with no success so far.
I was hoping if someone could help out...
I need a BBCode for this, if you please

Code: Select all

<embed type="application/x-shockwave-flash" src="watch_video.php_files/jwplayer.swf" id="base" name="base" bgcolor="#000000" quality="high" allowfullscreen="true" allowscriptaccess="always" wmode="transparent" flashvars="streamer=http://www.adespoto.tv/seek_flv.php?flv=519131389.flv&controlbar=bottom&baseurl=http://www.adespoto.tv&image=http://www.adespoto.tv/files/thumbs/519131389-big.jpg&logo=http://www.adespoto.tv/player/player_logo.png&stretching=uniform&bufferlength=8&autostart=true&skin=http://www.adespoto.tv/player/bekle.swf&duration=19.43&id=base&frontcolor=FFFFFF&lightcolor=FF00FF&plugins=ltas,gapro-1&ltas.cc=kcephekgkysnobb&gapro.accountid=UA-12263561-1&gapro.trackstarts=true&gapro.trackpercentage=true&gapro.tracktime=true&file=http://www.adespoto.tv/files/videos/519131389.flv"
Thanks in advance
:)

Re: Request: Video BBcode

Post by cisco007 »

please explain a little more, a video bbcode in general or a bbcode for that code you posted?

Re: Request: Video BBcode

Post by Makis »

Α video bbcode for all that site’s videos, http://www.adespoto.tv (it’s a Greek one)
Thank you

Re: Request: Video BBcode

Post by van de werde »

BBCode:

Code: Select all

[adespoto]{IDENTIFIER}[/adespoto]
HTML:

Code: Select all

<object width="480"height="385"><param name="movie" value="http://www.adespoto.tv/player/jwplayer.swf"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.adespoto.tv/player/jwplayer.swf"width="480" height="385" type="application/x-shockwave-flash"pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=http://www.adespoto.tv/get_file.php?v={IDENTIFIER}&link=http://www.adespoto.tv/watch_video.php?v={IDENTIFIER}&linktarget=_blank&displayclick=link&image=http://www.adespoto.tv/files/thumbs/97058037-big.jpg&logo=http://www.adespoto.tv/player/player_logo.png&lightcolor=0xCC0000&plugins=viral-2,gapro-1&gapro.accountid=UA-12263561-1&viral.onpause=false&viral.fgcolor=0xFFFFFF&viral.bgcolor=0x33333&viral.functions=embed&usefullscreen=true" allowfullscreen="true" width="480"height="385"/></object>
Helpline:

Code: Select all

[adespoto]end of link after v=[/adespoto]
Example:

Code: Select all

[adespoto]db47ebcb6752561[/adespoto]

Re: Request: Video BBcode

Post by Makis »

Work like a charm!! :)

Dear van de werde Thank you very much!!