Hi, I have a local webpage which plays a looping video and I' m able to read the played time via the "hypeDocument.getElementById('video').currentTime;" and store it to a variable
My goal is to read this variable via another webpage, accesible from a mobile device, so the other video which will play to the mobile device is in sync with the first one.
Any suggestions?
thank you in advance