summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-07 17:32:03 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-07 17:32:03 +0200
commit01d7c30c5615fca2e3dd6cb0e578167f6769b624 (patch)
tree368961303a68ae909ad64e6b16ebb7819aded31a
parent3b5ebb7da5b638f364dc9aaa94d928643454f3fc (diff)
Add "Get flash player" button
-rw-r--r--images/get_flash_player.gifbin0 -> 1629 bytes
-rw-r--r--video.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/images/get_flash_player.gif b/images/get_flash_player.gif
new file mode 100644
index 0000000..e11b05d
--- /dev/null
+++ b/images/get_flash_player.gif
Binary files differ
diff --git a/video.php b/video.php
index e5723a8..167c7e2 100644
--- a/video.php
+++ b/video.php
@@ -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">');