Forum Discussion
BrandonHolmes-e
5 years agoCommunity Member
Multiple Closed Captions and Languages using simple Javascript
I cracked the code!
Well, my manager and I did it together so, I can't take full credit but needed to share with my fellow StoryLiners. TL;DR - SL File attached. We added very simple Javascript...
PaulWijnen-5c1c
4 years agoCommunity Member
A solution without javascript could be as follows.
- Create a var "language"
- create a language selection slide that sets that var to a specific language
- on each video slide you can place the same video with different language captions on different layers and show a certain video layer depending on the chosen language (so make a condition that checks the var)
- It looks like you have duplicates of the video, but when you check your storyline publish (story_content), you will notice it will only use 1 video file for all the languages.