From 72d9eaa97ec425f3b15cb3db2f8f7250f038577c Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Sun, 14 Mar 2010 17:29:59 -0500 Subject: [PATCH] New demo showing 2 videos in sync --- demos.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/demos.json b/demos.json index 9c228ad..17f5b41 100644 --- a/demos.json +++ b/demos.json @@ -1,4 +1,12 @@ [ + { + "desc": "Two videos in sync", + "url": "two-videos", + "tags": "video", + "support": { + "live": "firefox opera safari chrome" + } + }, { "desc": "Interactive canvas gradients", "url": "canvas-grad",