Page 1 of 1

Livestream

Posted: 17 Aug 2010, 19:28
by Syco
Hello,

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

Re: Livestream

Posted: 17 Aug 2010, 20:31
by cisco007
is there a way you can get the embed code and post in here inside code tags?

Re: Livestream

Posted: 17 Aug 2010, 20:34
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

Posted: 17 Aug 2010, 21:28
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

Posted: 18 Aug 2010, 02:45
by Syco
thx