aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/youtube-player.reel/youtube-player.html
diff options
context:
space:
mode:
authorFrançois Frisch2012-03-17 18:05:23 -0700
committerFrançois Frisch2012-03-17 18:05:23 -0700
commit3070d7b2a3b96609eace60825c721951c85405cc (patch)
treed24dbde3fb0369335b95cfd4f37a970428ea1656 /node_modules/montage/ui/youtube-player.reel/youtube-player.html
parent28a7a71d2962158cab34f50627f2d22540c29eab (diff)
downloadninja-3070d7b2a3b96609eace60825c721951c85405cc.tar.gz
Adding the youtube player
Diffstat (limited to 'node_modules/montage/ui/youtube-player.reel/youtube-player.html')
-rw-r--r--node_modules/montage/ui/youtube-player.reel/youtube-player.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/node_modules/montage/ui/youtube-player.reel/youtube-player.html b/node_modules/montage/ui/youtube-player.reel/youtube-player.html
new file mode 100644
index 00000000..ae757626
--- /dev/null
+++ b/node_modules/montage/ui/youtube-player.reel/youtube-player.html
@@ -0,0 +1,29 @@
1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html>
8 <head>
9 <title></title>
10 <script type="text/montage-serialization">
11 {
12 "owner": {
13 "prototype": "montage/ui/youtube-player.reel",
14 "properties": {
15 "element": {"#": "container"},
16 "player": {"#": "player"}
17 }
18 }
19 }
20 </script>
21</head>
22<body>
23 <div data-montage-id="container" class="montage-youtube-player">
24 <object type="application/x-shockwave-flash" data-montage-id="player" width="640" height="360">
25 <param name="allowScriptAccess" value="always">
26 </object>
27 </div>
28</body>
29</html>