Jump to content

Recommended Posts

Posted

I get this Error:

 

SecurityError: Error #2060: Security sandbox violation: ExternalInterface caller http://www.bbc.co.uk/emp/10player.swf?revision=18269_21576 cannot access file:///C:/Users/Administrator/Desktop/bbc.htm.

at flash.external::ExternalInterface$/_initJS()

at flash.external::ExternalInterface$/addCallback()

at bbc.common.application.comms.jsapi::JSAPI/activateCallbacks()

at bbc.common.application.comms.jsapi::JSAPI()

at bbc.emp.commands.initialization::InitializeAppCommand/execute()

at org.puremvc.as3.multicore.core::Controller/executeCommand()

at Function/http://adobe.com/AS3/2006/builtin::apply()

at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()

at org.puremvc.as3.multicore.core::View/notifyObservers()

at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()

at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()

at bbc.emp::ApplicationFacade/startup()

at EMP_Main/init()

at bbc.emp.view::PreloaderFactory/init()

at bbc.emp.view::PreloaderFactory/onEnterFrame()

Posted

Hi I thought I would just check you are placing it in "embedded html" that's how its done here and it works great.

 

the bit on the end is alternative channels.

 

[color=#333333] [/color]

Posted

Yep its in Embedded HTML. Its as if its going to work but it sits there on the rotating buffering wheel.

 

I have it working now using Arthurs solution and have managed to cut out the control bar.

 

Matt

Posted (edited)

Thanks to those who posted their code for BBC news live streaming, was struggling but got it working now.

 

Yep its in Embedded HTML. Its as if its going to work but it sits there on the rotating buffering wheel.

 

I have it working now using Arthurs solution and have managed to cut out the control bar.

 

Matt

 

What part of the HTML code controls the control bar?

 

Does anyone know if it's possible to overlap regions? Or alternatively bring a region to "the front"?

 

Also I have a slightly annoying issue that if I place a region in the corner it doesn't appear in the corner on the plasma screen. Another one is if I place a flash clock right on the left-hand edge on the design screen, on the plasma screen itself there is a left indent before the clock. In the properties of the region the left indent is set at 0.

Edited by protocol
Posted

I cant answer your other questions but I haven't turned off the control bar, just hidden it. I made sure that the entire video window was slightly taller than the Xibo region which hides it from view.

 

Matt

Posted (edited)
I cant answer your other questions but I haven't turned off the control bar, just hidden it. I made sure that the entire video window was slightly taller than the Xibo region which hides it from view.

 

Matt

 

Yeah managed to do it the exact same way myself after I'd asked the question.

 

It's quite interesting learning what xibo is capable of. Up to now we've only ever used it for powerpoints but the display I'm working on at the moment has the day, date, and period, flash clock, weather widget, bbc news video stream, javascript quote of the day , and a bbc news RSS feed.

Edited by protocol
  • 3 weeks later...
Posted
Can anyone please explain how to have two powerpoints on a loop in the same schedule? Struggling to work it out. I have created two layouts, one for each powerpoint. I've scheduled both to appear but only the one powerpoint displays. Do both need to be set as a priority? Do I need to do anything with the display order in the schedule options?
Posted
Yeah managed to do it the exact same way myself after I'd asked the question.

 

It's quite interesting learning what xibo is capable of. Up to now we've only ever used it for powerpoints but the display I'm working on at the moment has the day, date, and period, flash clock, weather widget, bbc news video stream, javascript quote of the day , and a bbc news RSS feed.

 

Would be interested in seeing a photo of that layout if you wouldnt mind? Sounds interesting

Posted
Would be interested in seeing a photo of that layout if you wouldnt mind? Sounds interesting

 

Still work in progress but sure.

 

Tried to blank out any information giving away the school name but nothing I can do about the background.

 

Flash Clock

Period is taken from a PHP script

Weather gadget is embedded HTML

BBC News feed taking from this thread

BBC News RSS feed (ticker) which scrolls up the page

Quote of the day is embedded html

plasma.jpg

  • Thanks 2
Posted (edited)

@protocol - I like it. Thats some good work!

Only just started playing Xibo again after a long time. Would like to know more about the backend stuff.

How have you formatted the RSS feed(ticker) to display headlines in yellow and no date? Sorry if that sounds like a dumb question but I have never played around with rss feeds. Would be interested in your PHP script if you wouldnt mind sharing?

Who updates your items like the quote of the day?

 

I need to get someone with zero IT skills to do this so need to make it as simple as possible.

Edited by fiza
Posted
@protocol - I like it. Thats some good work!

Only just started playing Xibo again after a long time. Would like to know more about the backend stuff.

How have you formatted the RSS feed(ticker) to display headlines in yellow and no date? Sorry if that sounds like a dumb question but I have never played around with rss feeds. Would be interested in your PHP script if you wouldnt mind sharing?

Who updates your items like the quote of the day?

 

I need to get someone with zero IT skills to do this so need to make it as simple as possible.

 

 

Thanks

 

RSS Ticker

Edit timeline -> Edit

 

[Title]

[Description] <-- in white

 

PHP script

<?php

date_default_timezone_set('Europe/London');

echo('

');

/*

print(Date("l"));

echo('
');

print(Date("F d, Y"));

echo('
');

echo('
');

*/

$hour=Date("G");

$minute=Date("i");

 

 

if (($hour < "8") || ($hour == "8" && $minute <= "40"))

{

echo("Before School");

}

if (($hour == "8" && $minute > "40"))

{

echo("Registration");

}

if (($hour == "9"))

{

echo("Period 1");

}

if (($hour == 10))

{

echo("Period 2");

}

if ($hour == 11 && $minute < 20)

{

echo("Morning Break");

}

if (($hour == 11 && $minute > 20) || ($hour == 12 && $minute < 20))

{

echo("Period 3");

}

if (($hour == 12 && $minute > 20))

{

echo("Lunch");

}

if (($hour == 13))

{

echo("Period 4");

}

if (($hour == 14))

{

echo("Period 5");

}

if (($hour == 15) || ($hour > 15))

{

echo("After School");

}

 

echo('

');

?>

 

The quote of the day changes automatically every day using HTML script. It doesn't need updating manually each time.

  • Thanks 1
  • 3 months later...
Posted
Has anyone managed to display channel four live on Xibo? I'm wanting to live stream the paralympic winter games but you need to sign up for an account.
  • 1 month later...
Posted

I'm using Xibo in a production environment. It displays corporate adverts, news, weather, sports, campaigns, local business information, sales statistics, urgent notices, cartoon strips, everything you can think of. It took a lot of effort and there are a few quirky bits but it works fantastic.

 

The computers login automatically and shutdown on a schedule.

 

- - - Updated - - -

 

I'm using Xibo in a production environment. It displays corporate adverts, news, weather, sports, campaigns, local business information, sales statistics, urgent notices, cartoon strips, everything you can think of. It took a lot of effort and there are a few quirky bits but it works fantastic.

 

The computers login automatically and shutdown on a schedule.

  • 6 months later...
Posted

2 questions both to @protocol !

 

Unless others can assist too!

 

What size have you set your bbc news to?

 

And would u mind me using that bit of php script? If it is ok where do i put it? I tried it in embedded HTML but it didnt work?

 

Thanks

Posted
2 questions both to @protocol !

 

Unless others can assist too!

 

What size have you set your bbc news to?

 

And would u mind me using that bit of php script? If it is ok where do i put it? I tried it in embedded HTML but it didnt work?

 

Thanks

@Hulbert99

 

Check your PM:)

Posted
My code for bbc has stopped working, just brings up a page saying "you need flash and java for this content", unless its a problem with the latest versions of each, Anyone else having an issue?
Posted
My code for bbc has stopped working, just brings up a page saying "you need flash and java for this content", unless its a problem with the latest versions of each, Anyone else having an issue?

 

 

The BBC streams were removed a few days ago.

Guest
This topic is now closed to further replies.



×
×
  • Create New...