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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -