WebSite X5Help Center

 
Aad V.
Aad V.
User

Music on handheld devices  en

Autor: Aad V.
Visitado 833, Followers 1, Compartido 0  
Tags: template

Adobe flash doesn't support any handheld devices anymore. This is a problem for website content like mp3 music. Can i solve this problem by using Website X5?

Publicado en
4 RESPUESTAS
Little-key .
Little-key .
User

Yes see here, HTML5 player. (in german)

http://www.x5forum.home-wiekau.de/audioplayer_html5.php

Code:

<audio controls preload="auto" autobuffer>
<source src="media/files/demo-techno.mp3" />
<source src="media/files/demo-techno.ogg" />
<source src="media/files/demo-techno.wav" />
Ihr Browser ist nicht kompatible mit diesem HTML5 Audio.<br />
Der Internet Explorer soll in Zukunft unterstützt werden.

</audio>

Leer más
Publicado en de Little-key .
Aad V.
Aad V.
User
Autor

Thank you.

Leer más
Publicado en de Aad V.
Juanjo T.
Juanjo T.
User

And what if I want to make a HTML5 audio playlist?

Leer más
Publicado en de Juanjo T.
Incomedia
Claudio D.
Incomedia

Hello Juanjo,

Unfortunately I cannot help you with the use of custom code, but if you have any doubts or issues on how to add them in the pages you made with WebSite X5 you can ask us. Generally speaking since the functions do not depend on WebSite X5, you can search useful information about the custom code with search engines like google or wait until someone on the community of Answers can help you.

Many thanks!

Leer más
Publicado en de Claudio D.