Forum Discussion
DaraVakili
9 years agoCommunity Member
Ability to change storyline play speed
hi there
I love the storyline package, it does pretty much what I want it to do save for one thing. We produce our material to go at a set speed but our material is very long. I want the optio...
Jürgen_Schoene_
2 years agoCommunity Member
Playback Speed Control is actually a feature of the modern player, not of the classic player
but in storyline 360 it is possible to use Playback Speed Control with javascript trigger (with both player)
DS.appState.getPlaybackSpeed()
DS.appState.setPlaybackSpeed(1.25)
I have no storyline 3, so I cannot test it
you could test it
- create with the newest version of storyline 3 an example with audio
- publish to web
- open the result in Chrome or Firefox
- press F12 (-> browser console)
- you can now use a javascript command (without a trigger)
- enter: DS.appState.getPlaybackSpeed()
if you get "1" as result - Storyline 3 supports Playback Speed Control in the (classic) player
the screenshot above is done with Storyline 360 (3.75) and the classic player
Related Content
- 24 days ago
- 10 months ago
- 11 months ago