Hi,
I know that this technically is really an swfobject issue and not a jwplayer issue BUT I am hoping that someone else has had the same problem and found a solution.
I am using swfobject 2.2 to embed by jwplayer and have discovered that the expressInstall.swf seems not to be doing what it is supposed to when a user doesn't have the right version installed. Rather than put up the dialog that asks about whether to install a new version, the flash object simply doesn't get embedded -- so the visitor just sees my placeholder text.
I have tried in IE8, and FireFox and Safari on Mac and all behave the same way
Anyone know what the problem is (I assume something boneheaded on my part)
Here is the swfobject call setup (you can visit the actual page at:
http://www.uisoftware.com/EAS/grains/indexNew.php )
<script type="text/javascript">
var flashvars = {
width : '100%',
height :'18',
bufferlength :'10',
file : '/EAS/grains/sounds/Grains_3rdMovement.m4a',
autostart : 'false',
screencolor : '333333',
backcolor : '666666'
}
var params =
{
allowfullscreen: 'false',
allowscriptaccess: 'always',
wmode: 'opaque'
};
var attributes =
{
'id': 'playerEAS',
'name': 'playerEAS'
}; swfobject.embedSWF('/RESOURCES/jwplayer/player-licensed.swf', 'playerDiv', '100%', '18', '9.1.0', '/RESOURCES/swfobject22/expressInstall.swf', flashvars, params, attributes);

You need a bigger space for the Express Install movie.
See: http://willswonders.myip.org:8074/EAS.html