Livestream

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!

Livestream

Post by Syco »

Hello,

Can you the code for the forum for Livestream.com
Thx

Re: Livestream

Post by cisco007 »

is there a way you can get the embed code and post in here inside code tags?

Re: Livestream

Post by Syco »

Code: Select all

<script src="http://static.livestream.com/scripts/playerv2.js?channel=lanparties_benelux&layout=playerEmbedDefault&backgroundColor=0xffffff&backgroundAlpha=1&backgroundGradientStrength=0&chromeColor=0x000000&headerBarGlossEnabled=true&controlBarGlossEnabled=true&chatInputGlossEnabled=false&uiWhite=true&uiAlpha=0.5&uiSelectedAlpha=1&dropShadowEnabled=true&dropShadowHorizontalDistance=10&dropShadowVerticalDistance=10&paddingLeft=10&paddingRight=10&paddingTop=10&paddingBottom=10&cornerRadius=3&backToDirectoryURL=null&bannerURL=null&bannerText=null&bannerWidth=320&bannerHeight=50&showViewers=true&embedEnabled=true&chatEnabled=true&onDemandEnabled=true&programGuideEnabled=false&fullScreenEnabled=true&reportAbuseEnabled=false&gridEnabled=false&initialIsOn=true&initialIsMute=false&initialVolume=10&contentId=null&initThumbUrl=null&playeraspectwidth=4&playeraspectheight=3&mogulusLogoEnabled=true&width=400&height=400&wmode=window" type="text/javascript"></script>

Re: Livestream

Post by cisco007 »

I do not know where you got that code from but that was not the embed code! Anyways try this!
bbcode usage:

Code: Select all

[livestream]{SIMPLETEXT}[/livestream]
html replacement:

Code: Select all

<object width="560" height="340" id="lsplayer" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="http://cdn.livestream.com/grid/LSPlayer.swf?channel={SIMPLETEXT}&autoPlay=false"></param><param name="allowScriptAccess" value="always"></param><param name="allowFullScreen" value="true"></param><embed name="lsplayer" wmode="transparent" src="http://cdn.livestream.com/grid/LSPlayer.swf?channel={SIMPLETEXT}&autoPlay=false" width="560" height="340" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash"></embed></object><div style="font-size: 11px;padding-top:10px;text-align:center;width:560px"><a href="http://www.livestream.com/{SIMPLETEXT}?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks" title="Watch {SIMPLETEXT}">{SIMPLETEXT}</a> on livestream.com. <a href="http://www.livestream.com/?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks" title="Broadcast Live Free">Broadcast Live Free</a></div>
helpline:

Code: Select all

[livestream]channel name[/livestream]
example:

Code: Select all

[livestream]lanparties_benelux[/livestream]

thanks! hope to see you back soon!

Re: Livestream

Post by Syco »

thx