From 7d524b246600fca475b1880aae1af63a242b3327 Mon Sep 17 00:00:00 2001 From: tom kiefhaber Date: Tue, 26 Aug 2014 00:25:13 -0400 Subject: [PATCH] update to media section adding html as a string to the media key of an asset allows you to use your own hosted media. --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index fb4b11a..3aeccce 100644 --- a/README.markdown +++ b/README.markdown @@ -436,6 +436,13 @@ Just copy and paste the address of the media from the browser bar into the media parameter. TimelineJS will auto-magically pull in the media via their api and format it. +Alternatively, you can add your own video tag html if you wish to use your own media. +```javascript +"asset": { + "media":"" +} +``` + ## Best practices Tips and tricks to best utilize TimelineJS