Few days ago I was wondering how I can created a music player using HTML . and today looking in the Internet I found a example which look great but I want to look for another that has the play list to.
Here a picture of how the music player look.
and here it what make possible the music player.
<embed name="name of song"
width="300"
height="90"
loop="false"
autostart="false" />
Take a look at Chapter 12 of the book "HTML 5 Now", available through the NVCC Safari website. The whole chapter is on native audio and video, and it even has a video tutorial.
Take a look at Chapter 12 of the book "HTML 5 Now", available through the NVCC Safari website. The whole chapter is on native audio and video, and it even has a video tutorial.
ReplyDelete