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

'hasOwnProperty' in javascript -

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -