Ashley concerning the new Video plugin, I have some questions:
1) Is it possible in the future to have video that supports transparency? I mean an alpha channel, just like PNGs have. We could do incredible stuff with that, just imagine backdrops that are pre-rendered and imported into separate layers with different parallax values etc! XP Using a sprite to cut out the video with blend modes is feasible, but very restrictive for really dynamic stuff.
2) If I instance the video object (I haven't tried with to different objects yet), I notice that the video playback isn't in sync between them. They start playing in sequence. Why is that, and is there a way around it?
3) The set loop action doesn't seem to work. No matter what I've tried, I can't make the videos to loop, unless I use the "on ended" condition and set the playback time to 0 and start again. Any advice on that?
-EDIT- The looping problem seems related with using instances of the same video object.
Here is an example in which I use the video object as a backdrop element. I've used the Chroma effect (https://www.scirra.com/forum/viewtopic.php?t=93321&start=0) to key out the areas that I want them to be transparent, so this is might be a temporary solution for the first subject also. Notice that both video instances start in sync (I used a different video source on this test, so my 2nd point on this topic might also be off), but the loop isn't happening for both of them (the duration of the video is 10 secs).
[attachment=0:1i6wbx9m][/attachment:1i6wbx9m]
-EDIT-
Thank you in advance!!!