I created a bbcnews.html page with the following content:
BBC Live Streams
<br />
body {<br />
margin:25px 0px 0px 50px;<br />
}<br />
In order to see this content you need to have both Javascript enabled and Flash installed. Visit BBC Webwise for full instructions
640 x 395
Change Size: 832x503 / 640x395 / 512x323
Embed Code
<br />
<br />
<br />
dp.SyntaxHighlighter.HighlightAll('onceCode'); <br />
var width= 832;<br />
var height= 503; <br />
var playlist;<br />
var config; <br />
var revision; <br />
<br />
function updateEmp(widthEmp, heightEmp) {<br />
width=widthEmp;<br />
height=heightEmp;<br />
$('bbc_emp_embed_emp1').morph({width:widthEmp+'px',height:heightEmp+'px'});<br />
$('standardSize').update(widthEmp+' x '+heightEmp);<br />
updateEmbed();<br />
} <br />
<br />
<br />
function reload(url, title) {<br />
$('title').update(title);<br />
var emp = new embeddedMedia.Player();<br />
emp.setWidth(width);<br />
emp.setHeight(height);<br />
emp.setDomId("emp1"); <br />
emp.set("config_settings_autoPlay","true");<br />
playlist = "http://www.bbc.co.uk/emp/simulcast/"+url+".xml";<br />
emp.setPlaylist(playlist);<br />
config = "http://www.bbc.co.uk/emp/simulcast/config_"+url+".xml";<br />
emp.setConfig(config);<br />
emp.write(); <br />
updateEmbed();<br />
}<br />
<br />
function updateEmbed() {<br />
$('codeWrap').update('<pre name="code" class="js:nogutter" id="embedCode">');<br />
$('embedCode').update("var emp = new embeddedMedia.Player();"+"\n"+<br />
"emp.setWidth('"+width+"');"+"\n"+<br />
"emp.setHeight('"+height+"');"+"\n"+<br />
"emp.setPlaylist('"+playlist+"');"+"\n"+<br />
"emp.setConfig('"+config+"');"+"\n"+<br />
"emp.write();"); <br />
dp.SyntaxHighlighter.HighlightAll('code'); <br />
}<br />
<br />
<br />
reload("bbc_news24","BBC News");<br />
The other settings ONE LAN helped me with they just couldn't provide the code to show the stream.