You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, can you help me. I try to get current time of film when I press to pause. But it is not working, and in console I don`t have any error.
function onJavaScriptBridgeCreated(playerId, event, obj){
if(event=="onJavaScriptBridgeCreated"){
playerosmf = document.getElementById(playerId);
}
else if(event=="pause") // pause
{
console.log(playerosmf.getPosition());
}
}
The text was updated successfully, but these errors were encountered:
Hello, can you help me. I try to get current time of film when I press to pause. But it is not working, and in console I don`t have any error.
function onJavaScriptBridgeCreated(playerId, event, obj){
if(event=="onJavaScriptBridgeCreated"){
playerosmf = document.getElementById(playerId);
}
else if(event=="pause") // pause
{
console.log(playerosmf.getPosition());
}
}
The text was updated successfully, but these errors were encountered: