Skip to content

Commit

Permalink
added mexico movie
Browse files Browse the repository at this point in the history
  • Loading branch information
calderonroberto committed Feb 12, 2015
1 parent aca164b commit 8e889e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/apps/video/large.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
<div id="videocontrolbuttons"></div>
<video id="video" autoplay loop poster="poster.svg">
<source src="bettyboop.mp4" type="video/mp4">
<source src="big_buck_bunny.webm" type="video/webm">
<source src="video.mp4" type="video/mp4">
<source src="mexico.mp4" type="video/mp4">
<source src="big_buck_bunny.webm" type="video/webm">
Your browser doesn't support video
</div>

<script type="text/javascript">
var v = ["bettyboop.mp4", "big_buck_bunny.webm", "video.mp4"];
var v = ["bettyboop.mp4", "mexico.mp4", "video.mp4"];
var vindex = 0;
$("#videocontrolbuttons").thing({listen:true,
debug:false,
Expand Down
Binary file added public/apps/video/mexico.mp4
Binary file not shown.

0 comments on commit 8e889e8

Please sign in to comment.