berkshireicttech Posted November 6, 2014 Posted November 6, 2014 Hi Guys I have 2 Magicinfo Samsung display boards. For the past 2 years I have been streaming BBC news, and I simply ass the necessary code to an HTML file then embed that file onto the LFD. In the last 2 weeks, its stopped working, giving me the message that javascript needs to be enables and flash installed. I know that javascript is enabled in IE (which I am sure magicinfo uses IE for web based material) I know I also have flash installed. When I load the html file on my machine I get the same error, which leads me to believe that maybe the BBC have done something to this Before I spend a load of time investigating this, has anyone else had this happen to them? Kind Regards Alex
berkshireicttech Posted November 6, 2014 Author Posted November 6, 2014 Below is the Html file I use "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> BBC Live Streams In order to see this content you need to have both Javascript enabled and Flash installed. Visit BBC Webwise for full instructions dp.SyntaxHighlighter.HighlightAll('onceCode'); var width= 740; var height= 550; var playlist; var config; var revision; function reload(url) { var emp = new embeddedMedia.Player(); emp.setWidth(width); emp.setHeight(height); emp.setDomId("emp1"); emp.set("config_settings_autoPlay","true"); playlist = "http://www.bbc.co.uk/emp/simulcast/"+url+".xml"; emp.setPlaylist(playlist); config = "http://www.bbc.co.uk/emp/simulcast/config_"+url+".xml"; emp.setConfig(config); emp.write(); updateEmbed(); } function updateEmbed() { $('codeWrap').update(''); $('embedCode').update("var emp = new embeddedMedia.Player();"+"\n"+ "emp.setWidth('"+width+"');"+"\n"+ "emp.setHeight('"+height+"');"+"\n"+ "emp.setPlaylist('"+playlist+"');"+"\n"+ "emp.setConfig('"+config+"');"+"\n"+ "emp.write();"); dp.SyntaxHighlighter.HighlightAll('code'); } reload("bbc_news24");
Nibiru Posted November 6, 2014 Posted November 6, 2014 The bbc/emp streams that you linked to were removed a couple of weeks ago. Some folks have had success using the sky news feed using code supplied by one of the members here - qv several other threads on the subject
HolgMaster Posted February 12, 2015 Posted February 12, 2015 hi Guys, I cant get this to work at all. even when saving that file. it works well when previewing it on the MI interface but the DM48 screen is just showing a black window. other websites do work hence i believe it might be flash related which the SoC cannot handle. Is there anything else I might have missed? Obviously I cannot insert a FL element into the Author software as i am unable to save the youtube feed as fl. file. Any Help is greatly appreciated. regards H.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now