Javascript, How to control video iframe from Google Docs? -


javascript, how control video iframe google docs?

https://jsfiddle.net/x1f47hsp/

<script> var doc_google_source = $("#doc_google_source").get(0); doc_google_source.controls = true; doc_google_source.play(); </script> 

this code, not work , how can ?


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -