Index: src/site/samples/video/index.markdown |
diff --git a/src/site/samples/video/index.markdown b/src/site/samples/video/index.markdown |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b971b44c003ea08b7e84aea15ea2078dd68c6397 |
--- /dev/null |
+++ b/src/site/samples/video/index.markdown |
@@ -0,0 +1,28 @@ |
+--- |
Kathy Walrath
2013/10/23 15:41:05
not in the sample index
shailentuli
2013/10/23 17:36:57
Saving it.
|
+layout: default |
+title: HTML5 Video |
+live_example_url: example/index.html |
+ |
+header: |
+ css: ["/samples/samples.css"] |
+--- |
+ |
+## {{ page.title }} |
+ |
+A port of an example used in the |
+[HTML5 Video](http://www.html5rocks.com/en/tutorials/video/basics/) |
+article by Ernest Delgado, originally published on HTML5Rocks. |
+ |
+The example shows how to use the `<video>` tag with different video formats. |
+ |
+You can open the example in Dart Editor and run it by clicking `index.html`. |
+ |
+Read the |
+[source](https://github.com/dart-lang/dart-samples/tree/master/web/html5/video/basics). |
+ |
+<iframe class="running-app-frame" |
+ style="height:500px;width:100%;" |
+ src="{{page.live_example_url}}"> |
+</iframe> |
+ |
+See all [samples](/samples/). |