Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8981491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:20:59+00:00 2026-06-15T20:20:59+00:00

I use jwplayer.version = ‘5.10.2295’ and browser chrome 25. My code: jwplayer(‘container’).setup({ file: ‘path…’,

  • 0

I use jwplayer.version = ‘5.10.2295’ and browser chrome 25.

My code:

jwplayer('container').setup({
    file: 'path...',
    width: '300px',
    height: '100px',
    autostart: true,
    modes: [
        { type: 'html5' },
        { type: 'flash', src: 'path...' }
    ]
});

When page is loaded my resource (mp4 video file) starts to show correctrly – it is ok.
But there is no reaction on simple jwplayer JS API methods, suche as jwplayer().stop(), for example. And some controls are not available (play, top, seek), but ‘to full screen mode’ button works as well as volume button.

And the most interesting is that js api and control buttons available for a few seconds after video start to play (if browser cache is cleared), and then no response for interaction. But some method works all the time correctly (jwplayer().setFullscreen() for example).

p.s. I saw related question but the answer is not deep anough for me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T20:21:00+00:00Added an answer on June 15, 2026 at 8:21 pm

    I found solution.

    My video file have no specified extension in path (i have ‘path/to/file’ instead of ‘path/to/file.mp4’) and that fact brokes somethin in the depths of jwPlayer. We need to specify type of file we operate with:

    jwplayer('container').setup({
        file: 'path/to/file-with-no-extension',
        width: '300px',
        height: '100px',
        autostart: true,
        type: 'video',  //helps jwplayer to determine how to handle our resource with no extension
        modes: [
            { type: 'html5' },
            { type: 'flash', src: 'path...' }
        ]
    });
    

    That’s solution.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I use jwplayer with following config everything is OK. jwplayer('someId').setup({ 'flashplayer': '/js/jwplayer/player.swf', 'file':
I have a problem with swfobject_api or jwplayer module When i use this code
use C#,want to upload excel file on google doc. bellow syntax use to upload
use warnings; use Test::More; use File::Find::Rule; use Test::File::Find::Rule; my $rule = File::Find::Rule->file->name('*.pl')->not_grep(qr/^\s*use\s+strict;/m, sub {
Use case example: Client A comes to request sales information, enters their zip code
I got great advice from folks on Stackoverflow to use the jwplayer on my
i'm having trouble using jwplayer events to work. i have jwplayer 5.7.1896 (Licensed version)
I would like to build a file browser, which displays information about the file
I'm trying to use jScrollPane ( http://jscrollpane.kelvinluck.com/ ) with JWPlayer 5.2 playlist ( http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/23/creating-a-javascript-playlist
I'm trying to use the JWPlayer Caption plugin in an environment that is not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.