Hello, I would like to know if it's possible to retain volume level of 1.0 vs default of 0.4? After making changes to my album the html file is edited putting the volume back to 0.4 each time. Here is the code within the HTML file (towards the bottom) which handles this. After each save I have to go back into the html file and change volume:0.4 to 1.0 (full volume). Any input would be greatly appreciated. In my case, I use a camera shutter as the background sound.
http://www.lensart.ca
Thanks!
$('#bgaudio').addPlayer({src:'Shutter.mp3',folder:'res/',resPath:'res',auto:true,loop:false,mini:!0,lowPriority:!0,volume:0.4});
Edited by: JeffTucker on 28 May 2023, 10:09, to add skin name to title, and to make link clickable