WebSite X5Help Center

 
Aad V.
Aad V.
User

Music on handheld devices  en

Author: Aad V.
Visited 731, Followers 1, Shared 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?

Posted on the
4 ANSWERS
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>

Read more
Posted on the from Little-key .
Aad V.
Aad V.
User
Author

Thank you.

Read more
Posted on the from Aad V.
Juanjo T.
Juanjo T.
User

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

Read more
Posted on the from 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!

Read more
Posted on the from Claudio D.