Jump to content

bleckfielddotcom

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by bleckfielddotcom

  1. I've spoken to my customer that was using the box and they told me that it kept freezing and in the end stopped using it.
  2. If you click on the html file directly from your PC when you have created it, it is unlikely to play because of the browser requirements not being compatible with modern browsers. However, the browser used within ONELAN to show the stream shouldn't have changed so will be fine. With regards to where to upload the file to. When you create the 'area' where you want the stream to show you can specify what is shown and you can upload the html file. I don't have access to a box at the moment. ONELAN themselves were very helpful once I'd done the file into how to get it set to show on the device.
  3. 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.
  4. Hi Obzen, I've had the same problem with the ONELan and BBC news stream and managed to resolve it. Do you still need help with this? You have to build an html page with the bbc embedded player, upload it to the box and set it show in the layout. The settings on the ONELan need changing to show the page indefinitely and also there is an advanced setting to enable external xml. Let me know if you want the html code. Thanks, Bleckfield
×
×
  • Create New...