Self explanatory. What is the code to embed music onto my html webpage and where do i go to upload the music that i want as my background music? P.S. I’m using notepad to make the html page and it’s for school work.
Self explanatory. What is the code to embed music onto my html webpage and where do i go to upload the music that i want as my background music?
P.S. I’m using notepad to make the html page and it’s for school work.
3 Responses to “How do I add music to the background of my html webpage and where do I uploadmy music to?”
the file extension could be .mp3 .wav .mid or what ever. what do you mean by upload the music? put the code in the
section. hidden=”false” makes the music player visible. loop=”true” makes it play continuously autostart=”true” makes the music start the moment you open the page. if the first code doesn’t work try the second code it will open a new page or tab so the music will play
you will get a clear view on this here
http://crazy4m.com/forum
width="2" height="0">
Good Luck!
-Tasty
the code is
or if that doesn’t work try this:
song name
the file extension could be .mp3 .wav .mid or what ever. what do you mean by upload the music? put the code in the
section. hidden=”false” makes the music player visible. loop=”true” makes it play continuously autostart=”true” makes the music start the moment you open the page. if the first code doesn’t work try the second code it will open a new page or tab so the music will play