Play a Video Using Full Screen Mode (Tam Ekran Modunu Kullanarak Video Oynatma)

guclusat

Tanınmış Üye
Süper Moderatör
Play a Video Using Full Screen Mode
AutoPlay Media Studio includes an action to play a video in full screen mode.

To accomplish this:

  1. Add the following code to the On Play event of your video object:
Kod:
Video.SetFullScreen("Video1", true);

  1. Add the following code to the On Finish event of your video object:
Kod:
Application.Exit();

This script plays your video full screen, and once finished, exits your application.
 
Geri
Yukarı