Rolandu Posted March 14, 2021 Share Posted March 14, 2021 (edited) Hello,I‘m looking for a free HTML5 audio player with a playlist. I found some on www.codepen.io for example Audio Player 2.0, Audio Player or Music Player, but I noticed, that I have to use the CSS and JavaScript codes too. But they are very confusing for me. For editing my page I use the KompoZer and I have no idea how to insert the CSS codes with the KompoZer. I watched some tutorials in YouTube, how to use the CSS editor in the KompoZer, but I’m still very confused, cause how I have to know which CSS code line (in codepen) I have to insert for the specifically sheets & rules, to get the player’s buttons or the fonts. About the JavaScript I have totally no idea, how to work with that. I thought first, to copy and paste only the codes into the notepad, save them, like style.ccs and playlist.js and upload the files into the webspace. But unfortunately, it's just not easy like this way.Like for example, I remember the Shockwave-Flash player only needed to upload the files on my webspace. The HTML code needed to copy and paste into my page, like: <pre><object data="player/webplayer.swf" type="application/x-shockwave-flash" height="64" width="390"><param name="movie" value="player/webplayer.swf"><param name="menu" value="false"><param name="scale" value="noscale"><param name="bgcolor" value="#FFFFFF"><param name="flashvars" value="src=/player/playlist.xml&autostart=no&loop=no&debug=no"></object></pre> After that I only needed to edit the playlist.xml file, that was all. Maybe there exist a finished free HTML5 audio player with playlist, which I only needed to download and to insert into my page? Because, coding / programming is not really my cup of tea. It was in the past a miracle for me, that I got the flash player to run. What I just want is a very simple page with an audio player in the middle of the page and some linked buttons, like the picture show it. Edited March 14, 2021 by Rolandu Link to comment Share on other sites More sharing options...
Joshua Swafford Posted March 22, 2021 Share Posted March 22, 2021 (edited) @Rolandu First off you can't make a music player without JavaScript. So that would be something you would want to learn. As for your question, I don't know what your question is. Do you want audio player links or do you want help with your editor? On 3/14/2021 at 2:29 PM, Rolandu said: coding / programming is not really my cup of tea. If you don't want to put in a ton of effort you should probably quit. This is a learn or quit kind of thing because code builds on the things you know and remember. Edited March 22, 2021 by Joshua Swafford Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now