2005-12-17 15:59:31

hello,

I want to know that how do you adjust the volume of a mp3 or any

other type of file that you've inserted into the html page.
thanks

2005-12-17 16:59:33

I

believe you have to edit the file and adjust the volume of the MP3 itself.

I'm not aware of any way to adjust it in the HTML itself.

cx2
-----
To live by honour and to honour life, these are our greatest strengths and our best hopes.

2005-12-17 21:31:25 (edited by Bavisoft 2005-12-17 21:34:12)

Try using an embed tag to give visitors control like:
This will allow

users to click on the soundfile to play, with volume set at 50%, they will

also get to start,stop, and volume adjust, IIRC


<EMBED ALIGN="CENTER"

SRC="soundfile.mp3" HEIGHT="50" WIDTH="150" AUTOSTART="FALSE" VOLUME="50%"

MASTERSOUND ></EMBED>


edit: A quick search led me to this page:

http://www.webreference.com/js/column20/control.html