SHOW:
|
|
- or go back to the newest paste.
| 1 | swfobject.addDomLoadEvent(detectPlayer); | |
| 2 | ||
| 3 | function detectPlayer() {
| |
| 4 | var playerVersion = swfobject.getFlashPlayerVersion(); | |
| 5 | ||
| 6 | if (playerVersion.major == 0) {
| |
| 7 | - | $(".johny_talks_in .johny_h").css( { "opacity" : "0", } );
|
| 7 | + | $(".johny_talks_in .johny_h").css( { "opacity" : "0" } );
|
| 8 | $(".johny_talks_in .johny_p").html('Игра требует флэш-плеер. <a href="http://get.adobe.com/ru/flashplayer/" target="_blank">Скачать и установить последнюю версию Flash Player</a>');
| |
| 9 | ||
| 10 | $(".a_button.johny_a").hide();
| |
| 11 | ||
| 12 | } | |
| 13 | } |