Since we can configure which modes are available (and remove the download option) it would be nice if there could be a way to have an event be called when there are no supported players/formats based on the parameters we have passed in. That way we can give a message to the user telling them to download flash, upgrade their browser, etc.
I mentioned it in this thread:
That's a good idea, we'll add that as a ticket. Perhaps we should just fire the onReady() event at all times, and then add the rendering mode (flash/html5/download/none) as a parameter.
For now, you could place this "install Flash" message inside the <div> you use for writing the player. If the player cannot find a rendering mode, it will leave the original div contents untouched.