P
P
PavelScron2017-07-05 23:57:34
HTML
PavelScron, 2017-07-05 23:57:34

How to check the site by emulating the lack of a flash player?

In continuation of the question How to make a stub if the flash player is not installed?
How to make a stub if the flash player is not installed?
Used the solution

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="400" width="640">
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="movie" value="myflash.swf" />
    <!--[if !IE]>-->
    <object height="400" data="myflash.swf" type="application/x-shockwave-flash" width="640" wmode="direct">
    <!--<![endif]-->
    <img src="image.gif" width="640" height="400" />
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
</object>

How can I check if the stub is working? In browsers, even if you turn off flash, it writes "click to run flash" on these blocks.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
PavelScron, 2017-07-07
@PavelScron

I deleted the flash and went from firefox (because there is a built-in flash in chrome that cannot be deleted). Everything tested.

V
Valentine, 2017-07-06
@Tpona

chrome://settings/content/flash

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question