Skip to content

Instantly share code, notes, and snippets.

@marcosfreitas
Last active December 27, 2015 18:29
Show Gist options
  • Save marcosfreitas/6db43a9cf9956c086d45 to your computer and use it in GitHub Desktop.
Save marcosfreitas/6db43a9cf9956c086d45 to your computer and use it in GitHub Desktop.
Structure of MF player with HTML 5
<section id="player" class="span1 mutted" style="display:none">
<audio id="onsplayer">
<source src="//gisca.com.br/novo/onservices/player/Jingle_Gisca_Emp_versao_01.ogg" type="audio/ogg">
<source src="//gisca.com.br/novo/onservices/player/Jingle_Gisca_Emp_versao_01.mp3" type="audio/mpeg">
Seu browser não suporta todas as funcionalidades deste site. Atualize-o.
</audio>
<div class="clearfix"></div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment