Hello,
when design starts = play video1
when video1 ends = play video2
when video2 ends = play video3
when video3 ends = play video1
I do it this way but it doesn't loop, it plays once and then stops, it doesn't go back to video2.
I tried all the ways but I can't. Can you help me?
Thanks! google translate
{"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"variable","name":"videosirasi","type":"number","initialValue":"1","comment":"","isStatic":false,"isConstant":false},{"eventType":"block","conditions":[{"id":"on-start-of-layout","objectClass":"System"}],"actions":[{"id":"play","objectClass":"video1"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video1"},{"id":"compare-time","objectClass":"System","parameters":{"comparison":0,"time-seconds":"5"}}],"actions":[{"id":"play","objectClass":"video2"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video2"},{"id":"compare-time","objectClass":"System","parameters":{"comparison":0,"time-seconds":"5"}}],"actions":[{"id":"play","objectClass":"video3"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video3"},{"id":"compare-time","objectClass":"System","parameters":{"comparison":0,"time-seconds":"5"}}],"actions":[{"id":"play","objectClass":"video1"}]}]}