Skip to content

Instantly share code, notes, and snippets.

@sixones
Created April 14, 2009 14:34
Show Gist options
  • Save sixones/95209 to your computer and use it in GitHub Desktop.
Save sixones/95209 to your computer and use it in GitHub Desktop.
<?xml version="1.1" encoding="UTF-8"?>
<smil xmlns="http://www.w3.org/2008/SMIL30/" xml:lang="en">
<head>
<title>Videojuicer Player v3 - With SMIL 3.0</title>
<author>Videojuicer</author>
<abstract>Development SMIL 3.0 document for the new Videojuicer Player.</abstract>
<copyright>Videojuicer</copyright>
<meta name="datasource" content="next_meta.xml" />
<layout>
<region id="main_stage" top="0" left="0" width="100%" height="100%" />
</layout>
</head>
<body>
<seq>
<video bytesize="48821580" dur="229s" region="main_stage" src="http://sixones-lab.s3.amazonaws.com/vj-player/assets/gnar_wars_hd.flv" />
</seq>
</body>
</smil>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment