Re: YouTube video synchronisation

2020-02-15 Thread Peter Bogdanoff via use-livecode
Yes, that is right. > On Feb 15, 2020, at 12:29 PM, JJS via use-livecode > wrote: > > Hopefully it will help you. > > I did not work with thes yet, but i remembered there were some commands when > i was checking the API out some time ago because of some bug which seems not > to happen as of

Re: YouTube video synchronisation

2020-02-15 Thread JJS via use-livecode
Hopefully it will help you. I did not work with thes yet, but i remembered there were some commands when i was checking the API out some time ago because of some bug which seems not to happen as of Android 8. In Android when user pushes the Power button, a Youtube movie should stop and sound

Re: YouTube video synchronisation

2020-02-15 Thread Peter Bogdanoff via use-livecode
No, I’m wrong, I DO see very useful functions in the IFrame Player API page like these: player.getCurrentTime():Number player.getDuration():Number player.getPlayerState():Number player.getVideoUrl():String https://developers.google.com/youtube/player_parameters

Re: YouTube video synchronisation

2020-02-15 Thread Peter Bogdanoff via use-livecode
Thanks, I looked at the APIs there, but I’m not seeing anything appropriate. Peter > On Feb 15, 2020, at 9:35 AM, JJS via use-livecode > wrote: > > perhaps by using the youtube api in some way > > https://developers.google.com/youtube/v3 > > > Op 14-2-2020 om 06:39 schreef Peter Bogdanoff

Re: YouTube video synchronisation

2020-02-15 Thread JJS via use-livecode
perhaps by using the youtube api in some way https://developers.google.com/youtube/v3 Op 14-2-2020 om 06:39 schreef Peter Bogdanoff via use-livecode: Hi, Along the lines of the other conversation about sync of sound and vision: Is there a way when I've loaded a YouTube page in the browser wi

YouTube video synchronisation

2020-02-13 Thread Peter Bogdanoff via use-livecode
Hi, Along the lines of the other conversation about sync of sound and vision: Is there a way when I've loaded a YouTube page in the browser widget to capture the current time from the YouTube page video player (".html5-video-player”) as it plays? Peter Bogdanoff ArtsInteractive ___