I have tried Flowplayer 3.1.2, 3.1.4, and 3.1.5 and experienced these errors on all of them. I've tried removing all javascript files from my page and just dropping the <div> and <object> in, like so:
Firefox, Chrome, Safari all come up fine with this, and while it eventually will play in IE, it's not until dozens of errors have gone by, either "Object required" on line 48 or "'null' is null or not an object" in several places. I've looked through the forums and searched online, and nothing has worked for me so far.
The site is athttp://zenvdn.com, if that is any help in seeing more examples. Thanks in advance.
<div style="width: 640px; height: 384px;">
<object data="/flash/flowplayer-3.1.5.swf" type="application/x-shockwave-flash" height="384" width="640">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="movie" value="/flash/flowplayer-3.1.5.swf">
<param name="quality" value="high"><param name="bgcolor" value="#000000">
<param name="flashvars" value='config={"clip":{"autoPlay":false,"autoBuffering":false,"scaling":"fit","url":"http://s3.amazonaws.com/zenvdn/screencast.mov"},"playerId":"player","playlist":[{"autoPlay":false,"autoBuffering":false,"scaling":"fit","url":"http://s3.amazonaws.com/zenvdn/screencast.mov"}]}'>
</object>
</div>
Firefox, Chrome, Safari all come up fine with this, and while it eventually will play in IE, it's not until dozens of errors have gone by, either "Object required" on line 48 or "'null' is null or not an object" in several places. I've looked through the forums and searched online, and nothing has worked for me so far.
The site is athttp://zenvdn.com, if that is any help in seeing more examples. Thanks in advance.