How is your friend building his/her website?
They can type:
%26lt;audio src="name of mp3"
controls="controls"
autoplay="true"
loop="true"
%26lt;/audio%26gt;
Controls-brings up control bar eg volume, start, stop
Autoplay-song starts playing as website starts
Loop-repeats track after finished
You can delete the rows if you don't want these features. Or you can replace "true" with "false".
If they are usin HTML code they can directy copy and paste this. If they are using a different method there is usually a "enable HTML" button which they can press and copy this into.
No comments:
Post a Comment