WebSite X5Help Center

 
Aad V.
Aad V.
User

Music on handheld devices  en

Autor: Aad V.
Besucht 830, Followers 1, Geteilt 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?

Gepostet am
4 ANTWORTEN
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>

Mehr lesen
Gepostet am von Little-key .
Aad V.
Aad V.
User
Autor

Thank you.

Mehr lesen
Gepostet am von Aad V.
Juanjo T.
Juanjo T.
User

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

Mehr lesen
Gepostet am von 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!

Mehr lesen
Gepostet am von Claudio D.