These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2011-01-13 01:15:06

Zoran_Bozic
New Member
Registered: 2010-07-31
Posts: 2

wmode and z-index - NEED HELP

Hi everyone,
I am using the SlideShowPro Player SWF (Single user) and trying to have it run at the layer that is not the top-most one (I actually want it to be at to bottom layer). I would like to have portion of the logo that has transparent background overlap the flash but for some reason I am not succesfull in doing it. I assume I am not coding properly the wmode and z-index values (tries opaque, transparent) in var as well as parameters and in the external file but for some reason I am still not able to make it work. Could anyone please tell me what exact code to inser and where. THANKS FOR HELPING.

Here is the code I have: http://renaissancephotography.ca/t9/  and click on weddings

parameters file: http://renaissancephotography.ca/t9/por … ddings.xml

Flash is in the iframe within page that references the following css: http://renaissancephotography.ca/t9/rpcss.css


weddings asp code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link rel="stylesheet" type="text/css" media="screen" title="Custom Settings" href="../RPCSS.css">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Renaissance Photography</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <style type="text/css">
        div#flashcontent
        {
            margin: 24px auto;
        }
     </style>
    <!-- IF MOVING, START COPYING HERE -->

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>

    <script type="text/javascript">
    // SWFObject embed
    var flashvars = {
        paramXMLPath: "paramWeddings.xml",
        initialURL: escape(document.location)
    }
    var params = {
        bgcolor: "#000000",   
        allowfullscreen: "FALSE"
    }               
    var attributes = {}
    swfobject.embedSWF("assets/slideshowpro.swf", "flashcontent", "976", "500", "9.0.0", false, flashvars, params, attributes); 
    </script>

    <!-- STOP COPYING -->
</head>
<body>
    <!--This is the CONTENT SECTION START -->
    <table>
        <tr>
            <td class="maincell">
                <div id="flashcontent">
                    This SlideShowPro photo gallery requires the Flash Player plugin and a web browser
                    with JavaScript enabled.
                </div>
            </td>
        </tr>
    </table>
    <!--This is the CONTENT SECTION END -->
</body>
</html>

Offline

 

#2 2011-01-20 11:09:51

feelALIVE
Member
From: Puerto Vallarta, Mexico
Registered: 2006-03-15
Posts: 49
Website

Re: wmode and z-index - NEED HELP

Hi Zoran -

Did you solve your problem?
The links you provided all generate "404 Not Found" errors.


Rafael

SlideShowPro Director-friendly hosting, 24-hour phone support:
http://namecat.com/hosting/

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson