From: Lisa Marie Maginnis Date: Tue, 4 Feb 2014 15:14:50 +0000 (-0500) Subject: Testing example code for embedding from MediaGoblin X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=67c65cee68e4772610dbe0aca23e5fb280cd21f9;p=libreplanet-static.git Testing example code for embedding from MediaGoblin --- 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>