My product opens a web browser and points it at an HTML file containing a local Flash application. How do I detect programmatically whether this file loaded successfully and if not what exception was thrown? Is there a way to do this using Javascript?
Checking externally whether the file exists on disk is not enough because I’ve seen other failures occur (race conditions might be involved).
Answering my own question: https://sourceforge.net/forum/message.php?msg_id=5929756
Here is an example:
Flash
Javascript