Forum Discussion
ReenaMittal-e9a
9 years agoCommunity Member
Remove Sound Icon/Volume Control from any slide
  Finally, I have found the solution for how to remove the sound icon/volume icon in any slide.  
ChrisJarrett
8 years agoCommunity Member
Hello.
I've been trying to find a way to remove the volume controls from a module after it's been exported (without needing access to the source file). I've found the easiest way to do this for both the HTML and HTML5 exports, and mentioned them below (as this topic didn't help me fully):
HTML/Flash export
Open frame.xml, do a lookup/replace for the following (it's listed 8 times):
<control name="volume" enabled="true" />
Replace with
<control name="volume" enabled="false" />
HTML5
Open story_html5.html, and around line 55 remove the following code:
<div id="control-volume" class="controlbar-button compact"><a class="icon volume half"></a></div>
Hope it helps someone else in the future.
Related Content
- 11 months ago