Forum Discussion
Remove play button on html5 opening screen in Storyline 360
If you ask Articulate employees, its by design and no bug ;-)
As Storyline uses the sIides.min.js files from your local Program Files folder, i added 'this.onStart()' to the slides.min.js file by default. So now every publish i do has that automagically correct in it and i never have to bother about it.
In fact i did something extra. I use 'Symbolic Links' to point that file ( and some others ) to a local folder on my harddrive. That way i can edit those files whenever i want and need. Program Files folder doesnot allow editing. This way i added some code for me unmissable to the files.
Most helpful Math. thanks. can you tell me in my folder i have slides.min.js. Do I just download your ds.slides.min.js and rename it to slides.min.js to work? I am on storline 360 version 3.48.24159.0 . I have a drag and drop block with no video or audio and i get this bloody play button. Thanks in advance.
- MathNotermans-94 years agoCommunity Member
Nah, as Storyline updates at times.. the ds.slides.min.js file is now replaced by a slides.min.js
After each update you have to replace it. And as Articulate changes code in the file its not wise to replace it with older files. Best choice is work through the process as described. Unminify your existing slides.min.js, find the spot in the code to add code too, save and replace it.
For your ease...here is my latest one. But as said somewhere in this post. Save you original somewhere, because mistakes are easy to make, so you can go back to the way it was.