JWplayer Do not work

Sneyk
Sneyk
Offline
0
Hello!
Immediately apologize for my English. =)
Next problem:
Do not work on the default player, and given the fact that html5 does not work in browsers such as Opera full its use is not possible.
But in Google Chrome player works ..
Joomla 1.6 version
Player version 2.5
As I told my helpers "There generally initialization files are transferred to the plug not the correct format."
Site - http://music.lifevrn.ru/index.php/component/muscol/s/1-sample-artist/1--
Responses (7)
  • Accepted Answer

    Monday, January 28 2013, 10:54 AM - #Permalink
    0
    hello!

    I think the problem can be the filename: Тёма Мирный - Салют (Elman Music 2.0).mp3

    since it contains cyrillic characters it's possible that the jwplayer isn't reading them correctly.

    can you try chaning the filename? just to see if it works...
    The reply is currently minimized Show
  • Accepted Answer

    Sneyk
    Sneyk
    Offline
    Monday, January 28 2013, 11:00 AM - #Permalink
    0
    Thank you! It works.)
    Now the question is how to incorporate the Cyrillic player?
    The reply is currently minimized Show
  • Accepted Answer

    Sneyk
    Sneyk
    Offline
    Monday, January 28 2013, 11:06 AM - #Permalink
    0
    And I almost forgot. When you click the second button to play (which is green) - it does not run, but it stops the track.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 29 2013, 06:49 PM - #Permalink
    0
    I've been investigating on JWplayer forums about cyrillic characters on filenames. I think there's a solution we can try, that may work.
    can you contact me at joomlamusicsolutions@gmail.com? :) thanks!
    The reply is currently minimized Show
  • Accepted Answer

    Sneyk
    Sneyk
    Offline
    Monday, February 04 2013, 08:00 PM - #Permalink
    0
    Solution such as Cyrillic found, but here I do not understand where I need to insert code ....
    Which file is responsible for loading tracks in the component?
    The code itself:
    [spoiler]
    $filters["а"] = "a";
    $filters["б"] = "b";
    $filters["в"] = "v";
    $filters["г"] = "g";
    $filters["д"] = "d";
    $filters["е"] = "e";
    $filters["ж"] = "zh";
    $filters["з"] = "z";
    $filters["и"] = "i";
    $filters["й"] = "y";
    $filters["к"] = "k";
    $filters["л"] = "l";
    $filters["м"] = "m";
    $filters["н"] = "n";
    $filters["о"] = "o";
    $filters["п"] = "p";
    $filters["р"] = "r";
    $filters["с"] = "c";
    $filters["т"] = "t";
    $filters["у"] = "u";
    $filters["ф"] = "f";
    $filters["х"] = "h";
    $filters["ц"] = "c";
    $filters["ч"] = "ch";
    $filters["ш"] = "sh";
    $filters["щ"] = "sch";
    $filters["ъ"] = "nne";
    $filters["ы"] = "yi";
    $filters["ь"] = "";
    $filters["э"] = "e";
    $filters["ю"] = "yu";
    $filters["я"] = "ya";
    $filters["ё"] = "yo";
    $filters["ґ"] = "g";
    $filters["і"] = "i";
    $filters["ї"] = "yi";
    $filters["є"] = "e";
    $filters["А"] = "A";
    $filters["Б"] = "B";
    $filters["В"] = "V";
    $filters["Г"] = "G";
    $filters["Д"] = "D";
    $filters["Е"] = "E";
    $filters["Ж"] = "ZH";
    $filters["З"] = "Z";
    $filters["И"] = "I";
    $filters["Й"] = "Y";
    $filters["К"] = "K";
    $filters["Л"] = "L";
    $filters["М"] = "M";
    $filters["Н"] = "N";
    $filters["О"] = "O";
    $filters["П"] = "P";
    $filters["Р"] = "R";
    $filters["С"] = "C";
    $filters["Т"] = "T";
    $filters["У"] = "U";
    $filters["Ф"] = "F";
    $filters["Х"] = "H";
    $filters["Ц"] = "C";
    $filters["Ч"] = "CH";
    $filters["Ш"] = "SH";
    $filters["Щ"] = "SCH";
    $filters["ъ"] = "NNE";
    $filters["Ы"] = "YI";
    $filters["Ь"] = "";
    $filters["Э"] = "E";
    $filters["Ю"] = "YU";
    $filters["Я"] = "YA";
    $filters["Ё"] = "YO";
    $filters["Ґ"] = "G";
    $filters["І"] = "I";
    $filters["Ї"] = "YI";
    $filters["Є"] = "E";
    [/spoiler]
    и
    [spoiler]var $file_name_filter = 0;[/spoiler]

    Where it is necessary to insert?
    The reply is currently minimized Show
  • Accepted Answer

    Sneyk
    Sneyk
    Offline
    Monday, February 04 2013, 09:09 PM - #Permalink
    0
    And another question.
    How to change player on your own? To flush for example.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 05 2013, 11:23 AM - #Permalink
    0
    this is not actually the way.. the best way would be to UTF8 encode the filenames when creating the XSPF file..

    you can contact me at joomlamusicsolutions@gmail.com for this if you want.
    The reply is currently minimized Show
Your Reply