Forum Discussion
Play a video backwards
Greetings all,
In Storyline 360, has anyone figured out a way to play a video backwards WITHOUT creating a 2nd video that shows the backwards action of the original video?
Thanks and cheers,
Russ
Hi Russ,
Thanks for reaching out! Storyline 360 doesn't support playing videos backwards, but this sounds like it would make for an interesting feature request. You can raise a feature request directly to our product team here!
I'll leave your inquiry to the very capable hands of the members of our community to see if they were able to come up with a solution to a similar requirement.- RussellLash-6d1Community Member
Thank you - I have created the feature request. My workaround was to create two videos, the normal one and a reverse one. Then have them on different layers (or slides) and play the desired one.
- Jürgen_Schoene_Community Member
but how should that be done - the browsers don't support video play backwards
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate
If
playbackRate
is negative, the media is not played backwards.Jürgen