diff options
author | Jonas Kohl | 2024-09-07 17:32:03 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-07 17:32:03 +0200 |
commit | 01d7c30c5615fca2e3dd6cb0e578167f6769b624 (patch) | |
tree | 368961303a68ae909ad64e6b16ebb7819aded31a /video.php | |
parent | 3b5ebb7da5b638f364dc9aaa94d928643454f3fc (diff) |
Add "Get flash player" button
Diffstat (limited to 'video.php')
-rw-r--r-- | video.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ function supportsHTML5Video() { <!-- if (!supportsHTML5Video()) { if (!checkFlashVersion('7,0,0,0')) { - document.write('<P>Content on this page requires Macromedia Flash Player 7 or newer. <A HREF="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Download now</A></P>'); + document.write('<TABLE CELLSPACING=0 CELLPADDING=8><TR><TD>Content on this page requires Macromedia Flash Player 7 or newer.<BR><A HREF="http://www.macromedia.com/go/getflashplayer/"><IMG SRC="/images/get_flash_player.gif" ALT="Get Macromedia Flash Player" BORDER="0"></A></TD></TR></TABLE>'); } else { document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="342" height="291" id="FLVPlayer">'); document.write('<param name="movie" value="FLVPlayer_Progressive.swf">'); |