Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.