Forum Discussion
anithaduraisamy
9 years agoCommunity Member
Mute audio using javascript
Hi guys,
i want to create my own mute/unmute audio button using articulate.i done this but i have a small problem.
problem:
i have three to four audio within a single slide.
when i click mut...
AlannaOConnell-
14 hours agoCommunity Member
Thanks heaps MathNotermans-9
This worked perfectly and saved me heaps of time.
//mute/unmute
// Use the global DS object if it exists, otherwise try require:
var appState = window.DS ? DS.appState : require("helpers/appState");
appState.onToggleVolume();
Related Content
- 1 year ago