javascript - BBC EMP (Embedded Media Player) "Content appears not to be working..." -
background
We are embedding EMP in a quadrilateral with our BSP on MI wall boards Some months successfully code uses a div to host an iframe:
& lt; Div id = "emp1" class = "player" style = "float: left; width: 100%; height: 100%;" & gt; & Lt; P & gt; To see this content, both of you & lt; A href = "http://www.bbc.co.uk/webwise/askbruce/articles/browse/java_1.shtml" title = "article about enabling BBC WebWorld Javascript" & gt; JavaScript & lt; / A & gt; Enabled & lt; A href = "http://www.bbc.co.uk/webwise/askbruce/articles/download/howdoidownloadflashplayer_1.shtml" title = "BBC Web browser article about downloading" & gt; Flash & lt; / A & gt; Established. & Lt; A href = "http://www.bbc.co.uk/webwise/" & gt; BBC & amp; Nbsp; Webwari & lt; / A & gt; For complete instructions & lt; / P & gt; & Lt; / Div & gt;
and then a group of JavaScript to populate it:
Function Update Amount (width, height, height) {width = widthEmp; Height = altim; $ ('Bbc_emp_embed_emp1'). Morph ({width: widthEmp + 'px', height: heightEmp + 'px'}); } Reload the function (url, title) {var emp = new embeddedMedia.Player (); Emp.setWidth ("100%"); Emp.setHeight ("100%"); Emp.setDomId ("emp1"); Emp.quality = "low"; Emp.set ("config_settings_autoplay", "true"); Emp.setPlaylist ('http://www.bbc.co.uk/emp/simulcast/bbc_news24.xml'); Emp.setConfig ('http://www.bbc.co.uk/emp/simulcast/config_bbc_news24.xml'); Emp.write (); }
problem
The EMP had either retired or broke up last week. When we try and access EMP, then check the link below for this (just "this content does not work." Try later.):
I have contacted BEB and no response has been received so far. Is there any other way to embed the BBC in addition to a bad underfife, which is surrounded by an overlapping hidden part?
Comments
Post a Comment