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 - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

sitecore - Resolve ISitecoreService using SimpleInjector -