Last active
December 27, 2015 18:29
-
-
Save marcosfreitas/6db43a9cf9956c086d45 to your computer and use it in GitHub Desktop.
Structure of MF player with HTML 5
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
<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