Jump to content
  • 0

Как сделать ссылку на флэш банер


ArtOfHuman
 Share

Question

Собственно сейчас флэшка вставляется так

<div id="banner">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="138px" height="200" id="flash" align="left">
<param name="movie" value="http://clean66.ru/images/banners/1.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<embed src="http://clean66.ru/images/banners/1.swf" wmode="opaque" quality="high" width="138px" height="200" name="klip1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

далее встаявляю чтобы эта ссылка накладывалась поверх флешки
<a href="http://clean66.ru/index.php?option=com_content&task=view&id=7&Itemid=9" id="banner_link"></a>
</div>

В стилях следующие

#banner{
position: relative;
float: right;
margin: 10px 32px 0 0;
width: 138px;

}
#banner_link{
display: block;
position: absolute;
right: 0;
width: 138px;
height: 200px;
z-index: 20;

}
#flash{
z-index: 1;
}

Коректно работает такое только в ФФ. В остальных браузерах влешка перекрывается ссылку.

Вопрос. Как логично сделать? И какие способы есть вссавки ссылки на флешку.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Может, будет работать так:

#banner{
position: relative;
float: right;
margin: 10px 32px 0 0;
width: 138px;
z-index: 1000;
}


<div id="banner" onClick="location.href='нужная страница'">...

Короче, смысл в том, чтобы поверх флешки был див с событием онклик.

и не стоит в связи с этим создавать 3 топика

Link to comment
Share on other sites

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