diff options
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">'); |