JWPlatform on Android no playing - Error handling "COMPLETE" event listener [0]: Error: SECURITY_ERR: DOM Exception 18
I'm attempting to implement the JWPlayer, using the player from the JWPlatform, in an embedded webview on Android devices. I've got one test device here where the videos simply don't play at all.
The HTML for presenting the player is very simple:
<html>
<head>
<title>AFLAndroid</title>
<style>
#botr
{
padding: 0 12px;
background-color: #ffcccc;
}
</style>
</head>
<body style="padding: 0; margin: 0; background-color: #000000;">
<div id="botr"><script type="text/javascript" src="http://content.bitsontherun.com/players/QwW1dXLx-xnj3VuF5.js"></script></div>
</body>
</html>
I'm monitoring the console in the embedded webview. When this code loads, the following error occurs:
Error handling "COMPLETE" event listener [0]: Error: SECURITY_ERR: DOM Exception 18 -- From line 5 of http://content.bitsontherun.com/players/uyRtpe0D-xnj3VuF5.js
Device info:
Android 4.0.4
GT-S7562 (Samsung Galaxy S)