Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
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!
Makis
BBCoder III
Posts: 91 Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece
Post
by Makis » 08 Sep 2010, 22:37
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<as.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
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 08 Sep 2010, 22:52
please explain a little more, a video bbcode in general or a bbcode for that code you posted?
Makis
BBCoder III
Posts: 91 Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece
Post
by Makis » 08 Sep 2010, 23:02
Α video bbcode for all that site’s videos,
http://www.adespoto.tv (it’s a Greek one)
Thank you
van de werde
BBCoder I
Posts: 4 Joined: 23 Jun 2010, 17:07
Post
by van de werde » 08 Sep 2010, 23:31
BBCode:
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]
Makis
BBCoder III
Posts: 91 Joined: 10 Mar 2010, 18:01
BBCodes: 67
Favourite MOD: Welcome On Index
Location: Athens Greece
Post
by Makis » 09 Sep 2010, 23:17
Work like a charm!!
Dear
van de werde Thank you very much!!