Click to See Complete Forum and Search --> : html scripting/audio clips


Obrigado
06-01-2008, 01:38 PM
Hi, I need to be able to create an html scripting that will allow me to place a series of audio clips onto my website/hosting service. So once I create the clips how do I get them onto my site and/or hosting service?

I am in the process of creating the site..i want people to be able download the clips I am making when they visit my site. My hosting service cannot do this for me.

Any directions I can follow will be greatly appreciated.

obrigado

psamatt
06-02-2008, 05:58 AM
you can just create a link to them, that will allow you to let the user download them, or if you want to play them within your web page then you will need to embed a object/embed tag that will allow you to use a media player. a normal link to download the clip will be <a href="myclip.mp3">My Clip</a>