I’m pretty excited about Y! Live – fantastic technology! So I decided to go ahead and put it live in my sidebar! When I’m broadcasting, you can see me working at the ol’ laptop right in my sidebar. How did I do it? It took a little bit of work, but I figured it out.
The biggest hurdle to get over was that Yahoo!’s documentation had the URL incorrect to point to the actual broadcast!
Code for Y! Live in the Sidebar
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
>param name="movie" value="http://live.yahoo.com/swf/v1/ylsp/douglaskarr" />
>param name="quality" value="high" />
>param name="bgcolor" value="#869ca7" />
>param name="allowScriptAccess" value="always" />
>embed src="http://live.yahoo.com/swf/v1/ylsp/douglaskarr"
quality="high"
bgcolor="#869ca7"
width="180"
height="135"
name="ylsp"
allowScriptAccess="always"
align="middle"
play="true"
loop="false"
quality="high"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
>/embed>
>/object>