Table of Contents

Getting started with TMS FNC WX Video Player

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC WX Pack installed.

Add the component

  1. Drop TTMSFNCWXVideoPlayer from the component palette onto a form.
  2. Set the URL property to a video file path or stream URL.
  3. Set AutoPlay to True to start playback automatically, or call Play programmatically.

Control playback

{ In a button's OnClick handler: }
VideoPlayer1.Play;
VideoPlayer1.Pause;
VideoPlayer1.Stop;

Next steps

  • Guides — volume control, looping, preload strategies, and state events.
  • API reference — full class reference.