Hello, I am using the free version, when the design starts I play 1 video, when the 1st video ends I add a command to stop the 1st video and add a command to play the 2nd video. The videos do not stop, the others start. They continue to play as if they are spinning.
Are they not stopping because I am on the free version? I also copied the event code: Where am I going wrong? Can you help me? google translate
{"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"block","conditions":[{"id":"on-start-of-layout","objectClass":"System"}],"actions":[{"id":"play","objectClass":"video1"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video1"}],"actions":[{"id":"pause","objectClass":"video1"},{"id":"play","objectClass":"video2"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video2"}],"actions":[{"id":"pause","objectClass":"video2"},{"id":"play","objectClass":"video3"}]}]}