Posted by jeffery on 03/26/07 11:40
"TreatmentPlant" <NoEmailThanks@DieSpammers.com> wrote in message
news:460353dd$0$17545$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
>A friend is in a band and wants to add some of their music to their
>website. What is the best way to add music/sound to a web page? I know
>there are cross browser problems with EMBED and BGSOUND etc. so what's the
>best way to achieve this aim / tool to use?
>
> He would prefer a small on screen 'player' that could be used to start
> playing a selected track, stop playing, volume control, fast forward etc
> but I do not know of any such devices other than at sites like mySpace
> which have MP3 players, but he doesn't want to use a mySpace or any of
> their tools.
Mp3 is a compressed audio format hence it is easy to upload but if you have
the audio files in other formats convert it to Mp3 using FlexiMusic Wave
Editor, a music editor. Now edit the web page and insert the following HTML
code where you want the song to be loaded.
<embed src="songname.mp3" controls=all autostart="true" loop="true"
width="300" height="120">
http://www.fleximusic.com/
--
Posted via a free Usenet account from http://www.teranews.com
[Back to original message]
|