3.1.0.js, Line 533, notice the typo in wrappper.
So if the player version is not supported the script just breaks.
Also - maybe I just need a stronger coffee, but I've had a very hard time finding your SVN repo. Perhaps on the homepage you could use "Download the source code or browse the SVN repository." And/or on the Bugs forum you could add a "read me first" with those links...
So if the player version is not supported the script just breaks.
// do not use splash as alternate content for flashembed
if (html && !flashembed.isSupported([9, 0])) {
wrappper.innerHTML = "";
}
Anyway, I'm probably missing something, but I'm not sure why that code is there at all, since that should handled later by flashembed. It actually prevents the "fail #2.1" from working... and even if it worked... the #2.1 logic is empty! Maybe add an onError event there? or a CSS class like "unsupported-player" to the wrapper? In that way, users can customize (or localize!) the fallback message.Also - maybe I just need a stronger coffee, but I've had a very hard time finding your SVN repo. Perhaps on the homepage you could use "Download the source code or browse the SVN repository." And/or on the Bugs forum you could add a "read me first" with those links...