@paulp: I’m using 0.9.6.3 and latest Flowplayer download. QuickManager already disabled.
Tried in FF 3.5.3 and Safari 4.0.2 on MacOS 10.5.8 and IE 8.0.6001 on Windows XP sp3.
What is compatibility mode? Can’t find anything on flowplayer site mentioning it.
I tried with a simple OBJECT tag (covered in Flowplayer demos), and that works in all three above browsers. I could definitely settle with that for now. Sorry for the whining, still curious though...
The javascript method code that didn’t work:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>[(site_name)] | [*pagetitle*]</title>
<script src="mysite.com/assets/media/players/flowplayer/flowplayer-3.1.4.min.js"></script>
</head>
<body>
<a
href="http://mysite.com/assets/media/flowplayer.flv"
style="display:block;width:425px;height:300px;border:dotted;"
id="player">
</a>
<script language="JavaScript">
flowplayer("player", "http://mysite.com/assets/media/players/flowplayer/flowplayer-3.1.4.swf");
</script>
</body>
</html>