Jump to content

Recommended Posts

Posted

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

Posted

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");

Posted

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

  • 3 months later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...