It is not possible to set the VideoPlayer.Source in the same button with VideoPlayer.Start. It is therefore not possible to set / change the source in the same block with which you start the video (video doesn’t start).
You need another button or use a timer:
- a) ButtonX: source
b) ButtonY: start video
or: - Button: source and enable a timer to start the video.
So it is not possible to do that at the same time (using only one button).
videoPlayerTest.aia (2.3 MB)
Note:
I’m missing this block: