Hi there! I wish every one of you to be healthy and happy.
I made the following code borrowing mainly from @dragan's post.
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <IE.au3>
Global $mainGUI = GUICreate("Load and play a video file", 400, 200, -1, -1)
Global...