0
When I select an album in FF the player shows below he album cover art and I am able to select songs to play.

When I select an album in IE8 the words 'The player will show in this paragraph' are displayed and I am not able to play any songs.

If I get a chance I will look and see if I can spot why...but you may be faster. :)

Thanks - David
Responses (27)
  • Accepted Answer

    Monday, February 22 2010, 03:16 PM - #Permalink
    0
    can you paste here what error does IE8 throw up? that would be really useful ;)
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 03:27 PM - #Permalink
    0
    damned, I think it can be that "defer" thing, I forgot to put it on the 2.0.0 version

    please download the plugins again here: http://www.joomlamusicsolutions.com/downloads/doc_details/59-jw-player-plugin-200-for-music-collection-2.html?lang=en

    and install it again (uninstall previous version first)
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 05:33 PM - #Permalink
    0
    OK - downloaded and installed - same result.

    There is a page error that says 'album_player' is null or not an object. This was the error we used to get when trying to pop-up a player. But the pop-up player works great with IE8.

    Does album_player need to be declared in the plugin? You did that in the module the last time.

    David
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 05:35 PM - #Permalink
    0
    it is already declared on the plugin

    DAMNED I F****N' HATE INTERNET EXPLORER!!!!!!!!!! :angry: :angry: :angry: :angry:

    it makes me sick!!!! :X :X :X

    dont worry I'll find a solution
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 05:48 PM - #Permalink
    0
    ok, first test:

    open /plugins/muscolplayers/jwplayer.php

    and DELETE lines 101 to 103, wich content is :


    });

    window.addEvent('domready', function(){
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 05:51 PM - #Permalink
    0
    if does not work, second test solution:

    on the same file, delete line 91:

    var album_player;


    then go to line 160 and add this: (well, now it wont be line 160, it will probably be 159 if you deleted the previous line I told you ;) )


    $document->addScriptDeclaration('var album_player;');


    anything?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 06:22 PM - #Permalink
    0
    I'm still with you - having trouble connecting to my isp...there have been network problems here this morning!
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 06:57 PM - #Permalink
    0
    OK - I had to set my ftp connection to passive (when it has always been set to default) who knows.

    Anyway - still no luck. I ge this error twice 'The error now is Object doesn't support this property or method - mootools.js' and then get an error 'Object expected tambourine' where tambourine is the selected album.

    D
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 09:07 PM - #Permalink
    0
    Germi,

    I have tested a little more. It turns out that taking out the lines you mentioned in the earlier poss breaks FF. I put the 101-103? lines back in in order to get the FF player to play. I then had to add back in the line 91 in order for FF to continue to the next song.

    So I am essentially back to the original code...with the exception of the line at 160?...I left that in in hopes of it helping IE.

    Still no cigar with IE :S

    D
    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 22 2010, 09:51 PM - #Permalink
    0
    dont worry

    tomorrow I'll try to come with a solution for the problem

    keep the original plugin meanwhile, the one that works with FFX
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 02:03 PM - #Permalink
    0
    question: does the player show in IE 8 in this site?

    for instance, http://joomlamusicsolutions.com/en/music-collection-demo/j/john-mayer/battle-studies.html

    (I changed some code)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 02:16 PM - #Permalink
    0
    YES!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 02:18 PM - #Permalink
    0
    It also shows in Playlists when viewing a playlist where it was not showing earlier. :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 02:19 PM - #Permalink
    0
    Ok... :)
    any possibility to check it also on IE7 ?

    Thanks!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 02:46 PM - #Permalink
    0
    Only in ie7 mode within ie8 - I will give that a try

    D
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 02:54 PM - #Permalink
    0
    OK

    Browser Mode = IE7
    Document Mode = IE7 Standards - Works
    Quirks Mode - Works

    Browser Mode = IE8
    Document Mode = IE8 Standars - Works
    Document Mode = IE7 Standards - Works
    Quirks Mode - Works

    Browser Mode = IE8 Compatibility
    Document Mode = IE7 Standards - Works
    Quirks Mode - Works

    From this end all looks GOOD!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 03:38 PM - #Permalink
    0
    man, you are awesome!

    all this is a bit strange, because I think the version 1.5.3 of the player worked prevosuly on IE, and actually the version 2.0.0 is pretty much the same.

    anyway, I'll publish the uptade now :)

    thanks for your help :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 03:43 PM - #Permalink
    0
    ok, there we ago again:

    http://joomlamusicsolutions.com/downloads/doc_details/59-jw-player-plugin-200-for-music-collection-2.html?lang=en

    uninstall previous version of the player, and intall this one.

    test it on your site and tell me how it works! :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 03:57 PM - #Permalink
    0
    Oooops - just tried the new one and get this in both FF and IE

    Catchable fatal error: Object of class stdClass could not be converted to string in /home/loendorf/public_html/loendorffamily/plugins/muscolplayers/jwplayer.php on line 110
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 04:03 PM - #Permalink
    0
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 04:21 PM - #Permalink
    0
    I'm still getting the same error in both browsers
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 04:29 PM - #Permalink
    0
    damned I feel even more stupid.

    my fault again..

    this time is going to work, it does not, I buy you a beer

    download again please :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 04:59 PM - #Permalink
    0
    Well - I'll take that beer - but not because it is not working. Seems to be great in both FF and IE. Quickly ran through all areas with the player in IE and all look good - including pop-up.

    THANKS!!

    And when I'm in your area next I'll look you up and we can have dinner - and a beer.

    David
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 05:00 PM - #Permalink
    0
    Headed out to shovel more snow! Beautiful day here in Santa Fe!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 05:05 PM - #Permalink
    0
    nice!!

    email me whenever you're around Barcelona (Spain), I'll tell you when I'm in California, and we'll have that beer! - I'm buying!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Akwasi
    Akwasi
    Offline
    Tuesday, February 23 2010, 06:42 PM - #Permalink
    0
    I also had the same problem with IE8 and was just watching you and Dloendorf going back and forth, so I will download and install the update

    It works great job, and I am still waiting for you to show me how to split the ABC bar into 2
    A...M
    N..Z12 B)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, February 23 2010, 07:04 PM - #Permalink
    0
    hey

    the letter bar splited into 2 is not that easy.. I just suggest you to add some classes on the function that prints it...

    I already pointed you to the function, but I cant tell you exacly what to do because that would take time...

    the idea was that you would be able to do it yourself taking a look at the function ASUMING THAT YOU ARE A PROGRAMMER!! :) if you're not... that's not a good idea to mess up with the letter bar code...

    Germi
    The reply is currently minimized Show
Your Reply