alternate video page or image

Asked by Mike H

WIndows, xibo 1.4.2

Is there an easy way to setup if a webpage media can not be load by the xibo layout area because the network is down. Have the XIBO player show an alternate media (video or Image) for that duration?
Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Mike H
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

No. There's nothing like that in the system. All the core media types are designed to run offline so there's no problem if the network is down.

Revision history for this message
Mike H (s-mike-s) said :
#2

Thanks, I'll work.

Revision history for this message
Mike H (s-mike-s) said :
#3

Hope this might help others. I got this to work on windows,1.4.2.

<img src="http://radar.weather.gov/Conus/RadarImg/latest.gif" alt="Bad Image" onError="this.src='file://c:/error.gif';" />
Later

So if an internet pic does't load then a local file should.