Created
July 30, 2013 21:10
-
-
Save jbutko/6116991 to your computer and use it in GitHub Desktop.
HTML, Flash: No flash message, download flash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="noFlash"> | |
<p>To experience our Strong application, you will need to download Flash 10.</p> | |
<a class='hdr hdr-download_flash' href='http://get.adobe.com/flashplayer'>Download Flash 10</a> | |
</div> | |
// or | |
<div id="containerId"> | |
<a href="http://www.adobe.com/go/getflashplayer"> | |
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> | |
</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment