Thursday, May 12, 2011

Thursday(5/12/11)

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" />
 
I will look and try to find a better tutorial. 

1 comment:

  1. 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