WebSite X5Help Center

 
Paul F.
Paul F.
User

How can I lower the volume level to the audio player? It's default setting is too annoying.  en

Author: Paul F.
Visited 1624, Followers 3, Shared 0  

There is no way I could set the audio volume level in the audio player, and it's default is extremely loud that really annoys, perhaps is there a way to lower this setting in the cPanel, editing the html file?, but I can't see where to do it. So, can any one please tell me where exactly, by highlighting it in te code below:

<div style="width: 1009px; float: left;">
     <div style="float: left; width: 336px;">
      <div id="imCell_2" class="imGrid[7, 7]"><div id="imCellStyleGraphics_2"></div><div id="imCellStyle_2"><div id="imObjectSound_2"></div><script type="text/javascript">x5engine.boot.push("x5engine.mediaPlayer({ 'target': '#imObjectSound_2','type': 'audio','url': [{'src': 'videos/01SoftRainHardcastle.mp3'}],'width': 325,'height': 30,'controlsHeight': 30,'bgColor': 'transparent','guiColor': '#FFFFFF','controlBar': true,'autoHideControls': true,'autoplay': true})");</script></div></div>
     </div>

http://collados.com.ve

Posted on the
2 ANSWERS
Incomedia
Claudio D.
Incomedia

Hello Paul,

At the moment there is no option to set the volume for the audio/vidoe object. I would like to suggest that you open an "Idea" Post where you describe to us the feature you would like to see implemented in the future releases of WebSite X5.

If you find a custom code to get this feature, this code can be added in WebSite X5 with the HTML code object in step 3. In this way, if you find scripts that suit your needs, you can easily use them inside the Software. Also if I cannot give support to third party custom code, I can explain you how to add it in WebSite X5.

Many thanks!

Read more
Posted on the from Claudio D.
Paul F.
Paul F.
User
Author

Hello Claudio,

Thank you so much for your observation.

I already solved theproblem thisway, Itry using thetheAudacitysoftware,and with it,I havererecordedevery single piece ofmusic to alower volume levels,nowwhen entering thewebsitethe sound does notdisturbs,and this wayis morepleasant to navigate all thesections.

I founda code thatcouldbe of interestand perhapscould be implemented or added in WebSite X5, as you havesuggested, Claudio.

<!-- SCM Music Player http://scmplayer.net -->
<script type="text/javascript" src="http://scmplayer.net/script.js"
dataconfig="{'skin':'skins/simpleRed/skin.css','volume':21,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'01PassingThroughTheIcyMistOfTannhauserGate-PaulFrangieh','url':''videos/01PassingThroughTheIcyMistOfTannhauserGate-PaulFrangieh.mp3''}]}" ></script>
<!-- SCM Music Player script end -->

Regards!

Read more
Posted on the from Paul F.