News Streams on Magic Info

  • 4 Replies
  • 6450 Views

0 Members and 1 Guest are viewing this topic.

*

Offline evilturnip

  • Newbie
  • *
  • 1
  • 0
News Streams on Magic Info
« on: March 25, 2015, 08:24:52 AM »
Hi
I know this is probably an old topic flogged to death but has anyone recently managed to get BBC or Sky news streams working successfully?

The BBC stream doesnt start automatically and then gives "script denied in browser" and sky news pointing to youtube works but I cant get rid of the chat screen or seem to be able to scroll position it so the news is shown on its own if that makes sense

Thanks
G

*

Offline Ewanl30

  • SuperHero & MegaGuru
  • ******
  • 153
  • 63
Re: News Streams on Magic Info
« Reply #1 on: May 07, 2015, 11:08:01 AM »
Hi

the scrolling positioning will likely be due to you needing to adjust the top & left settings to (-) Minus number
I had this previously and takes a bit of time but can get just the stream playing all be it quite small.

I had a stream link for BBC as well will see if I can find this and post it.

Thanks
Ewan

*

Offline user1471

  • Newbie
  • *
  • 2
  • 2
Re: News Streams on Magic Info
« Reply #2 on: May 07, 2015, 03:25:31 PM »
I found both BBC and Sky to be broken. BBC just doesn't load and Sky isn't giving me live news, just prerecorded footage from the German plane crash. 

Has anyone got a live news feed that works with Magicinfo?

This is my Sky news code :

<html>
<body>
<div style="text-align: center; margin: auto"><object type="application/x-shockwave-flash" style="width:1320px; height:1080px;" data="http://www.youtube.com/v/VYlQJbsVs48?color2=FBE9EC&rel=0&autoplay=1&showsearch=0&version=3&modestbranding=1">
        <param name="movie" value="http://www.youtube.com/v/VYlQJbsVs48?color2=FBE9EC&rel=0&autoplay=1&showsearch=0&version=3&modestbranding=1&hd=1" />
        <param name="allowFullScreen" value="true" />
        <param name="allowscriptaccess" value="always" />
        </object>
      </div>
</body>
</html>

*

Offline user1471

  • Newbie
  • *
  • 2
  • 2
Re: News Streams on Magic Info
« Reply #3 on: May 08, 2015, 02:43:47 PM »
OK fixed my Sky news feed. It looks like Sky have moved their live feed to another youtube video. Below is my updated code

<html>
<body style="background-color:   black;">
<div style="text-align: left; margin: none"><object type="application/x-shockwave-flash" style="width:1920px; height:1080px;" data="http://www.youtube.com/v/sw4hmqVPe0E?color2=FBE9EC&rel=0&autoplay=1&showsearch=0&version=3&modestbranding=1">
        <param name="movie" value="http://www.youtube.com/v/sw4hmqVPe0E?color2=FBE9EC&rel=0&autoplay=1&showsearch=0&version=3&modestbranding=1&hd=1" />
        <param name="allowFullScreen" value="true" />
        <param name="allowscriptaccess" value="always" />
        </object>
      </div>
</body>
</html>

*

Offline Ewanl30

  • SuperHero & MegaGuru
  • ******
  • 153
  • 63
Re: News Streams on Magic Info
« Reply #4 on: June 03, 2015, 01:31:35 PM »
Do you have it working now?