advertisement

Article:
  Build a Simple MP3 Player for Your Site
Subject:   Volume parameter
Date:   2007-07-01 04:58:54
From:   martotr
The default volume is around 50%. I wanted a quiet file to open up at a higher volume so included the following line in the script:


document.writeln("<param name='volume' value='100'>");


but it doesn't make any difference. So how can I change the volume?



Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • David Battino photo Volume parameter
    2007-07-01 12:47:21  David Battino | O'Reilly Blogger [Reply | View]

    @Martotr: Try adding a volume parameter in the embed section as well with VOLUME='100'. There are multiple software volume sliders in computers, though, so you still may not get the results you expect.