From 67c65cee68e4772610dbe0aca23e5fb280cd21f9 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Tue, 4 Feb 2014 10:14:50 -0500 Subject: [PATCH] Testing example code for embedding from MediaGoblin --- server/staging/lpc14/goblintest.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 server/staging/lpc14/goblintest.html diff --git a/server/staging/lpc14/goblintest.html b/server/staging/lpc14/goblintest.html new file mode 100644 index 00000000..e291ecf6 --- /dev/null +++ b/server/staging/lpc14/goblintest.html @@ -0,0 +1,25 @@ + + +MediaGoblin Test<title> +</head> +<body> + + <video controls + + preload="auto" class="video-js vjs-mg-skin" + data-setup='{"height": 477, + "width": 848 }'> + <source src="http://media.libreplanet.org/mgoblin_media/media_entries/49/LibrePlanet__8A__848x477__3.webm" + + type="video/webm; codecs="vp8, vorbis"" + /> + <div class="no_html5">Sorry, this video will not work because + your web browser does not support HTML5 + video.<br/>You can get a modern web browser that + can play this video at <a href="http://getfirefox.com"> + http://getfirefox.com</a>!</div> + </video> + + +</body> +<html> -- 2.25.1