SebastianOs
I plan to make a game with cut scenes. I read the video part of the manual already. My problem is, I can't seem to tell Construct what video to use. I created a video in the layout. I then imported an .mp4 file which is compatible. Then I added the event System --> On start of layout. Next I added the action Video --> Play. The strange this is, after clicking "done" a "Parameters for Video" didn't show up. Now, how on earth is it supposed to play a video if it wont let me tell it what video to play? I clicked "Run layout" and as expected, nothing happened. I just want to tell it what video I want it to play and get it to work upon starting the game. If anyone can answer this, please help! Thank you.
Have you put the video's filename into the Video Objects property section? You don't add it through events.
So for instance, after importing a video into your project files called "myvideo1.mp4', you would then change the property firld of the Video Object that says 'H264 source' to "myvideo1.mp4" (no quotes).
Does this work?