VideoPlayer.Source & VideoPlayer.Start not possible at the same time

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:

  1. a) ButtonX: source
    b) ButtonY: start video
    or:
  2. 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:
grafik

1 Like