Skip to main content
Marko Stojkovski
Known Participant
March 13, 2018
Question

Display error message if the content is not loaded in iFrame.

  • March 13, 2018
  • 1 reply
  • 194 views

Hello everybody. I have a project with an iFrame that is loading a video from vimeo. It is working perfectly, but what I want to do is display a message (in any way possible) when the video cannot be loaded (for example: if there is no internet connection at the moment).
I assume this requires knowledge in web development too, so I would like to hear some advice if somebody already have done similar thing.
Thank you!

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
March 13, 2018

How are you delivering the content?

If from a webserver, then I think you need to check specifically for the video.

Is this an html page loading the vimeo video and inserted into Captivate?

Marko Stojkovski
Known Participant
March 13, 2018

I am taking the video directly from vimeo, copy embed code and insert it into iframe,

I thought about creating html page with the condition and then put the webpage in iframe, but I am not sure will it work that way, since I am not a web-developer.