Solution: IN STORYLIN2 2 - HTML5 Audio Won't Play in Google Chrome 66 and Later

May 14, 2018

BASED ON THE BELOW LINK 

https://articulate.com/support/article/Storyline-and-Studio-HTML5-Audio-Won-t-Play-in-Google-Chrome-66-and-Later

HTML5 Audio Won't Play in Google Chrome 66 and Later.

SOLUTION: 

1. USE SL2 UPDATE 12

2. OPEN player_complied.js IN NOTEPAD OR ANY EDITOR

3. LOOK FOR (FIND) "if(-1<location.search.indexOf("iosscroll=1"))player.isMobileScroll=!0;"

4. PASTE "var AudioContext = new (window.AudioContext || window.webkitAudioContext)();" AFTER ; (SEMI-COLON)

5. SAVE AND CLOSE

THATS IT.

 

EG: 

if(-1<location.search.indexOf("iosscroll=1"))player.isMobileScroll=!0;var AudioContext = new (window.AudioContext || window.webkitAudioContext)();if(!window.AudioContext&&window.webkitAudioContext)window.AudioContext=window.webkitAudioContext;

 

 

3 Replies
Crystal Horn

Hey Storyline 2 users!  Good news... I'm excited to let you know that we released update 13 for Storyline 2 which addresses the autoplay issues with Google Chrome. 

Download Storyline 2 here for the latest version!

*Note:  Google Chrome rolled back their autoplay policy for now, but they expect to implement it again later this year.  Make sure to republish your content with the latest version so that you're ready!

This discussion is closed. You can start a new discussion or contact Articulate Support.