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

Forums

/

Firefox Problem

4 replies [Last post]

hi folks,

I have a weird situation here. I use jw player with progressive download (just 2 videos, did not bother using streaming), in the site below. When the user tries to seek forward, in Firefox, the audio continues to play, but the video goes dark. I also tried in IE8 and Chrome, and it behaves as expected: can not seek to non-downloaded part, but continues to play. I could not find any clues what might be causing this.

here is the video address: http://www.adaptivecurriculum.com/us/video-activity-object.html

You can find the code in the page source there. Any help will be appreciated.

 
This may have been fixed.

Try a different release from here:

    http://developer.longtailvideo.com/trac/log/trunk/as3/player.swf?rev=586

Click on the release that you want in the Rev column.

hobbs,

I fetched the latest release from that link, which was 586 at the time, and it did not work.

any more suggestions?

 
Your server isn't sending the Content-Length header.

wget -S "http://www.adaptivecurriculum.com/us/VIDEOS/TutorialMutualism.flv
--09:31:01--  http://www.adaptivecurriculum.com/us/VIDEOS/TutorialMutualism.flv
           => `TutorialMutualism.flv'
Resolving www.adaptivecurriculum.com... 76.74.253.120
Connecting to www.adaptivecurriculum.com|76.74.253.120|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Tue, 17 Nov 2009 17:31:30 GMT
  Server: Apache/2.2.3 (CentOS)
  Connection: close
  Content-Type: video/x-flv
  <strong>Length: unspecified</strong> [video/x-flv]

    [  <=>                                ] 27,021,858   147.83K/s

09:34:16 (135.34 KB/s) - `TutorialMutualism.flv' saved [27021858]

Properly served, your file plays fine.

thanks hobbs, you helped me to figure out where the problem is. it works in the test environment now.