Thursday, January 7, 2010

Embedding the player.

Here is the code to make the player shown at the top of the page, show up on your web site. It has been customized to match your color scheme.
Note that the player width=680 and height=350. You can alter those two numbers slightly without vhanging any other values. You will see those two values near the bottom of the code.

--------------------------------------------------------
<script src="http://static.livestream.com/scripts/playerv2.js?channel=tallasseetimes&layout=playerEmbedWide&backgroundColor=0x660000&backgroundAlpha=1&backgroundGradientStrength=0&chromeColor=0x660000&headerBarGlossEnabled=true&controlBarGlossEnabled=true&chatInputGlossEnabled=true&uiWhite=true&uiAlpha=0.5&uiSelectedAlpha=0.9&dropShadowEnabled=false&dropShadowHorizontalDistance=10&dropShadowVerticalDistance=10&paddingLeft=1&paddingRight=1&paddingTop=1&paddingBottom=1&cornerRadius=10&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=680&height=350&wmode=window" type="text/javascript"></script>

--------------------------------------------------------