Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

JW Player 4.6 not working on IE7 on Vista

6 replies [Last post]
Reply

JW Player 4.6 not working on IE7 on Vista. I go to the setup wizard create the code for Http streaming.

When I play it on IE7 or IE8 on XP and even FireFox it works fine, but when I try to view video on IE7 in Vista I just get a White screen with no error message.

Here is the code I am using:

<script type='text/javascript' src='http://wpc.11BF.edgecastcdn.net/0011BF/IA_Media_Player/swfobject.js'></script>

<div id='mediaspace'>F8</div>

<script type='text/javascript'>
var so = new SWFObject('http://wpc.11BF.edgecastcdn.net/0011BF/IA_Media_Player/player.swf','mpl','640','500','9.0.124');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://wpc.11BF.edgecastcdn.net/0011BF/Videos/ACF8S03P3H.flv');
so.addVariable('skin','http://wpc.11BF.edgecastcdn.net/0011BF/IA_Media_Player/snel/snel.swf');
so.write('mediaspace');
</script>

What can the problem be?

Reply

 
Does the "F8" in your "mediaspace" division element show up in Vista?

You might want to use a more informative alternate content message:

<div id='mediaspace'><strong><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Get the Adobe Flash Player to see this video.</a></strong></div>

Reply

The F8 does not show up on vista it is just a blank white screen

Reply

I think it is a javascript problem. It could be the swfobject file, can you help on this?

Reply

you should set "width" and "height" in the flashvars

Reply

I USE THE WIZARD FOR JW 4 AND LOVE IT BUT TODAY IT SHOWS THE PREVIEW OF MY VIDEO BUT BELOW THAT ONE LINE SAYS 4.COPY CODE BUT NO SCRIPT CODE

Reply

We are looking into this issue now, thanks for the heads up.

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options