+ 1
How to make a media player skin?
How do I import a media player skin and then play actual music on here Like do I make it an image back ground and then somehow on the screen get it to work idk how I please need help.
4 Antworten
+ 3
You want to design and develop a media player with HTML CSS and JavaScript?
+ 3
I recall your interest in the classic metro designs. Those older skins for applications like Windows Media Player or Winamp were often crafted in Photoshop. Essentially, you could design a website or skin using Photoshop, then utilize CSS to break it down and position elements as needed. There's a site illustrating this process: https://getdevdone.com/blog/convert-psd-html.html
However, with today's CSS capabilities, this method isn't as essential. You can easily create divs, and buttons and style with CSS, then use the JavaScript Audio API or the <audio> media element for audio playback. Or connect to spotify api. Just do proper research there's tutorials all over the web. In most cases it is just better to search google or any other search engine. Before asking here. This Q/A is better suited for when you have a code already and just need some assistance.
+ 1
Chris Coder yes
+ 1
If you get stuck let me know!