Question
How to throw a JavaScript alert when connection to LMS is lost?
I've been through all the JS, and I still cannot find a place where I can detect whether or not the connection to the LMS is lost (API).
I can throw an error when it initializes - that's no problem. But I want to be able to throw an alert when the connection is lost while the SWF is playing.
Has anyone done this?
Thanks!