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
- Drop
TTMSFNCWXVideoPlayer from the component palette onto a form.
- Set the
URL property to a video file path or stream URL.
- 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.