Music on handheld devices
Author: Aad V.
Visited 829,
Followers 1,
Shared 0
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
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>
Author
Thank you.
And what if I want to make a HTML5 audio playlist?
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!