From: vincent@cubedesigners.com Date: Sat, 16 Jul 2011 13:42:57 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=26caf3e4c455e373b33cb4ded301f5023794c738;p=cubeextranet.git --- diff --git a/inc/ws/Util/packager/html5/class.ws.packager.html5.links.php b/inc/ws/Util/packager/html5/class.ws.packager.html5.links.php index 9a2519462..22aff77f2 100644 --- a/inc/ws/Util/packager/html5/class.ws.packager.html5.links.php +++ b/inc/ws/Util/packager/html5/class.ws.packager.html5.links.php @@ -242,7 +242,7 @@ class webVideoLink extends videoLink { public function getEmbedURL() { if ($this->video_service == 0) { - $url = 'http://www.youtube.com/embed/' . $this->to; + $url = 'http://www.youtube.com/embed/' . $this->to .'?html5=1'; } else { $url = 'http://www.dailymotion.com/embed/video/' . $this->to; }