Player HTML5 imprimir

  • 5

Código player HTML5 ( Funciona em Formato MP3 e AACPlus ) :

<script src="http://content.jwplatform.com/libraries/fppxoPqx.js" type="text/javascript"></script>

<div id="shoutcast_mpeg"></div>

<script type="text/javascript">// <![CDATA[
jwplayer("shoutcast_mpeg").setup({ width: 300, height: 40, file: 'http://SEU IP:PORTA/;*.mp3', type: 'mp3' });
// ]]></script>


Esta resposta lhe foi útil?

« Retornar