From 34a2e5a476e4b2daa5f8e5e8990ad68e58ba053b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 14 Dec 2011 11:55:41 +0100 Subject: [PATCH] Use preload="auto" on videos that expect to get the canplay event Since the default state is metadata, there's no guarantee that the videos will reach anything beyond HAVE_CURRENT_DATA, but the canplay event is fired when reaching HAVE_FUTURE_DATA. --- demos/two-videos.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/two-videos.html b/demos/two-videos.html index 57ceb2f..c8ccf96 100644 --- a/demos/two-videos.html +++ b/demos/two-videos.html @@ -10,11 +10,11 @@ video { Two videos in sync
-