Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • fn5t Friend
    #138892

    Dear Team ,

    We are using jaquartz template and its looking good nice work…

    But we are facing one problem is that we are already applied our own flash files
    on home page.When we click on the default template popup image , the images are
    coming under the flash file what we are applied on home page….

    For ref plz go through the below demo link and check how its appearing the our stores images :
    http://www.fn7t.com/m2lp/m2lp/

    I want the popup images on top of the flash when we click on each …

    Anyone plz give me an urgent solution to solve that problem …

    Thanks
    Naufal

    ShannonN Friend
    #294825

    fn5t;116334Dear Team ,

    We are using jaquartz template and its looking good nice work…

    But we are facing one problem is that we are already applied our own flash files
    on home page.When we click on the default template popup image , the images are
    coming under the flash file what we are applied on home page….

    For ref plz go through the below demo link and check how its appearing the our stores images :
    http://www.fn7t.com/m2lp/m2lp/

    I want the popup images on top of the flash when we click on each …

    Anyone plz give me an urgent solution to solve that problem …

    Thanks

    Naufal

    I can’t see anything wrong with the gallery either in IE (8) or FF3
    which are the only popups for me? However this kind of problem is usually fixed by raing the z- index of the object If you don’t know what a z- index is try a google search

    also the site is woefully slow and times out more than connecting while other sites load fast so my connection is good at that time – sorry I cannot help further
    ShannonN

    scotty Friend
    #294840

    Embedded objects usually ignore the z-index. Usually when this occurs in a site it is caused by the flashes ‘wmode’.

    You will see in your .js for the flash…

    flash : function(p) { if(typeof p.wmode == 'undefined'){
    p['wmode'] = 'opaque';
    }

    The ‘opaque’ needs to be set to ‘window’. You can do this by modifying /m2lp/m2lp/plugins/system/mediaobject/js/mediaobject-150.js

    From Adobe…

    Issue

    A Flash movie in a layer on a DHTML page containing several layers may display above all the layers, regardless of the stacking order (“z-index”) of those layers.

    Reason

    By default, browsers place embedded plug-in content, such as a Flash movie or Java applet, on the topmost layer. In older browsers, attempts to place a DHTML layer on top of a Flash layer would fail. Newer browsers add the ability to layer Flash content with DHTML content and in some cases the ability to use transparent backgrounds in the Flash content (see below).

    Solution

    Use the WMODE parameter to allow layering of Flash content with DHTML layers. The WMODE parameter can be ‘window’ (default), ‘opaque’, or ‘transparent’. Using a WMODE value of ‘opaque’ or ‘transparent’ will prevent a Flash movie from playing in the topmost layer and allow you to adjust the layering of the movie within other layers of the HTML document.
    For details on creating a Flash movie with a transparent background and more information on using the WMODE parameter refer to How to make a Flash movie with a transparent background (TechNote 14201).
    Note: The WMODE parameter is supported only on some browser/Flash Player version combinations. If the WMODE parameter is not supported, the Flash movie will always display on top. Refer to TechNote 14201 for details.

    ShannonN Friend
    #294903

    scotty;116356Embedded objects usually ignore the z-index. Usually when this occurs in a site it is caused by the flashes ‘wmode’.

    You will see in your .js for the flash…

    flash : function(p) { if(typeof p.wmode == 'undefined'){
    p['wmode'] = 'opaque';
    }

    The ‘opaque’ needs to be set to ‘window’. You can do this by modifying /m2lp/m2lp/plugins/system/mediaobject/js/mediaobject-150.js

    Ok Ok so I haven’t used flash in ages (older browsers) I bow to your superior nowledge hee hee:p

    fn5t Friend
    #294924

    i have changed the ‘opaque’ to ‘window’ and updated but the problem still coming …..

    scotty Friend
    #294988

    Try ‘transparent’. Check to see that there is not a later script in the HTML that overrides the first one…

    flash : function(p) { if(typeof p.wmode == 'undefined'){
    p['wmode'] = 'opaque';
    }

    This would suggest the this can be defined elsewhere? Is there any setting in the modules CP or plugin CP? In the Advanced Parameters maybe?

    fn5t Friend
    #296437

    Thanks

    i changed the embedded media Advanced settings Vmode to Transparenr,,,,Now its working fine

    Regards
    naufal

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  fn5t 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum