Jump to content
  • 0

Flash-заглушка


Lergana
 Share

Question

Здравствуйте! Подскажите. как реализовать такую штуку: если у пользователя в броузере отключен показ flash, пользователь должен видеть статичную картинку. Погуглила, ничего толкового не нашла...

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Да, вдогонку, столкнулась ещ? с такой проблемой..

Данный код работает как мне надо в ие, мозилле, в опере упорно отображает картинку и флешку одновременно

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="450" height="115" id="banner" align="middle">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="img/Quotes2.swf"/>
<param name="quality" value="high"/>
<param name="menu" value="false"/>
<param name="wmode" value="transparent"/>
<param name="bgcolor" value="#ffffff"/>

<embed menu="false" src="img/Quotes2.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="450" height="115" name="banner" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><img src="img/razvod_img.jpg" width="450" height="115" /></embed>
</object>

а этот код работает как надо в ие, опере, но не отображает картинку при выключенном флеше в мозилле..

<object type="application/x-shockwave-flash" data="img/Quotes2.swf" width="450" height="115">
<param name="movie" value="img/Quotes2.swf" />
<param name="wmode" value="transparent"/>
<img src="/img/razvod_img.jpg" width="450" height="115" />
</object>

нужно чтобы все везде работало..

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