Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created July 30, 2013 21:10
Show Gist options
  • Save jbutko/6116991 to your computer and use it in GitHub Desktop.
Save jbutko/6116991 to your computer and use it in GitHub Desktop.
HTML, Flash: No flash message, download flash
<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