Quote from
Vadim on June 3, 2020, 7:00 pm
Hi, @feli
Try the zmWMP plugin (Пётр Павлов).
For example, if you created a rectangle with the name Rectangle1, then in the properties of the page (or on the button) you can create the following code (for example):
.create a plug-in object (player) in the specified rectangle
zmWMPCreate "123" "Rectangle1" "" "" ""
.open a video file
zmWMPOpen "123" "C:\Video1.mp4"
.start playing video in the specified player
zmWMPPlay "123"
.show player control panel (full view)
zmWMPSetControls "123" "Full"
Hi, @feli
Try the zmWMP plugin (Пётр Павлов).
For example, if you created a rectangle with the name Rectangle1, then in the properties of the page (or on the button) you can create the following code (for example):
.create a plug-in object (player) in the specified rectangle
zmWMPCreate "123" "Rectangle1" "" "" ""
.open a video file
zmWMPOpen "123" "C:\Video1.mp4"
.start playing video in the specified player
zmWMPPlay "123"
.show player control panel (full view)
zmWMPSetControls "123" "Full"
Uploaded files:- You need to login to have access to uploads.
CN_Iceman and josevdr95 have reacted to this post.