Index: htdocs/sites/all/modules/contrib/video_embed_field/video_embed_field.handlers.inc
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- htdocs/sites/all/modules/contrib/video_embed_field/video_embed_field.handlers.inc	(revision 0ccd5cfc259543d8c05cbd0de349f4c9c6eede34)
+++ htdocs/sites/all/modules/contrib/video_embed_field/video_embed_field.handlers.inc	(revision )
@@ -164,6 +164,9 @@
 function video_embed_field_handle_youtube($url, $settings) {
   $output = array();
 
+  //set html5 to prevent js error Error: Permission denied to access property 'toString'
+  $settings['html5'] = 1;
+
   // Grab the minutes and seconds, and just convert it down to seconds.
   preg_match('/#t=((?P<min>\d+)m)?((?P<sec>\d+)s)?/', $url, $matches);
 
