Jump to content
  • 0

wmode="opaque"


advocate-in
 Share

Question

проблема с флеш слайдером на сайте,он показивает поверх всего, в том числе вспливающих окон....нужно это исправить,нужно пременить wmode="opaque"

только не знаю куда его вбивать в этот код,если нету <object>...</object> , <embed ...>

вот код

<html>

<head>

<title>XML Image Slideshow</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<body background-color: transparent; style="margin:0;padding:0;" scroll="yes">

<script type="text/javascript" src="js/swfobject.js"></script>

<script type="text/javascript">

// JAVASCRIPT VARS

// cache buster

var cacheBuster = "?t=" + Date.parse(new Date());

// stage dimensions

var stageW = 730;//"100%";

var stageH = 135;//"100%";

// ATTRIBUTES

var attributes = {};

attributes.id = 'FlabellComponent';

attributes.name = attributes.id;

// PARAMS

var params = {};

params.bgcolor ="FFFF";

/* FLASH VARS */

var flashvars = {};

/// if commented / delete these lines, the component will take the stage dimensions defined

/// above in "JAVASCRIPT SECTIONS" section or those defined in the settings xml

flashvars.componentWidth = stageW;

flashvars.componentHeight = stageH;

/// path to the content folder(where the xml files, images or video are nested)

/// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("")

flashvars.pathToFiles = "banner/";

flashvars.xmlPath = "xml/banner.xml";

/** EMBED THE SWF**/

swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);

</script>

<table width="100%" height="100%" cellpadding="0" cellspacing="0">

<td align="center">

<!-- this div will be overwritten by SWF object -->

<div id="FlabellComponent">

<p>In order to view this object you need Flash Player 9+ support!</p>

<a href="http://www.adobe.com/go/getflashplayer">

<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>

</a>

</div>

</td>

</table>

</body>

</html>

как тут быть?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy