JWplayer is over page items ...

Siasb
Siasb
Offline
0
Hi Germi,

The JWplayer covers other items on my page when they become active, like dropdowns. This is a common flash issue as it goes on top for display, and usually setting:



[greater than]param name="wmode" value="transparent"[less than]


and


wmode="transparent"


In embed works


Where is the file that I need to change this in?

Thanks.
Responses (3)
  • Accepted Answer

    Siasb
    Siasb
    Offline
    Wednesday, January 13 2010, 11:04 AM - #Permalink
    0
    Ok, I got this fixed as well. In the file

    /modules/mod_muscol_jwplayer/helper.php

    Fine the two code sections around lines 85, 179 (Slightly shifted by other changes) that are similar and do the following change:


    var s".$unique_id.";
    function initPlayer(){
    s".$unique_id." = new SWFObject('".$player."', ...
    s".$unique_id.".addParam('allowfullscreen','true');
    s".$unique_id.".addParam('allowscriptaccess','always'); /* After this
    line */
    s".$unique_id.".addParam('wmode','transparent'); /* Add this
    line */
    s".$unique.addParam('flashvars', ... /* Before this line */
    s".$unique_id.".write('jwplayer_wrapper');
    }


    Hope this helps someone else as well.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, January 13 2010, 11:05 AM - #Permalink
    0
    great!

    I see you solved your two little issues yourself.. I can see you got some programming skills! :)

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Siasb
    Siasb
    Offline
    Wednesday, January 13 2010, 11:11 AM - #Permalink
    0
    Thanks Germi,

    A need to solve an issue does wonders lol Cheers.
    The reply is currently minimized Show
Your Reply