Index: /trunk/ova.flowplayer/dist/samples/sample.html
===================================================================
--- /trunk/ova.flowplayer/dist/samples/sample.html	(revision 142)
+++ /trunk/ova.flowplayer/dist/samples/sample.html	(revision 143)
@@ -1,4 +1,5 @@
 <html>
 <head>
+<title>OVA for Flowplayer Sample - Pre-Roll, Overlay and Companion</title>
 </head>
 <body>
Index: /trunk/ova.flowplayer/dist/samples/demo1.html
===================================================================
--- /trunk/ova.flowplayer/dist/samples/demo1.html	(revision 143)
+++ /trunk/ova.flowplayer/dist/samples/demo1.html	(revision 143)
@@ -0,0 +1,63 @@
+<html>
+<head>
+<title>OVA for Flowplayer Demo 1 - Linear Pre-Roll with Companion</title>
+</head>
+<body>
+<h3>Linear Pre-Roll with Companion</h3>
+<p>
+   <a id="player1" class="player1" style="float:left;width: 320px;height:240px;background:#000;"> 
+      <img alt="Search engine friendly content" height="240" src="http://www.flowplayer.org/img/home/flow_eye.jpg" width="320" /> 
+   </a>
+</p>
+<div id="player-block">
+	<div id="companion" class="companion" style="margin-left:5px;width: 200px;height:240px;background: #CCCCCC;float:left;">
+		<br/><br/><br/><br/>
+		<em>
+		<span style="font-family:verdana,geneva,sans-serif;"><span style="font-size:12px;">A<br />
+		companion ad<br />will appear<br />here
+		</span>
+		</em>
+    </div>
+</div>
+<script type="text/javascript" src="../js/flowplayer-3.1.4.min.js"></script>
+<script type="text/javascript">
+flowplayer("a.player1", "../swf/flowplayer-3.2.1.swf", {
+    "playlist": [
+        {
+           "url": "http://streaming.openvideoads.org/shows/the-black-hole.mp4",
+           "duration": 30
+        }
+    ],
+	"plugins": { 
+	    "controls": { "autoHide": "always" }, 
+	    "ova": { 
+	        "url": "../swf/ova.swf", 
+ 		    "autoPlay": true, 
+		    "ads": { 
+		       "servers": [ 
+		             { 
+		                  "type": "OpenX", 
+		                  "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php" 
+		             } 
+		       ], 
+		       "notice": { "textStyle": "smalltext" },
+		       "displayCompanions": true, 
+		       "companions": [ 
+		             { 
+		                  "id":"companion", 
+		                  "width":"200", 
+		                  "height":"240"      
+		             } 
+		       ], 
+		       "schedule": [ 
+		             { 
+		                  "zone": "47", 
+		                  "position": "pre-roll" 
+		             }
+		        ] 
+		    } 
+	     } 
+	 }
+}); 
+</script>
+</body>
Index: /trunk/ova.flowplayer/dist/samples/demo2.html
===================================================================
--- /trunk/ova.flowplayer/dist/samples/demo2.html	(revision 143)
+++ /trunk/ova.flowplayer/dist/samples/demo2.html	(revision 143)
@@ -0,0 +1,67 @@
+<html>
+<head>
+<title>OVA for Flowplayer Demo 2 - Overlay and Companion</title>
+</head>
+<body>
+<h3>Non-Linear (Overlay) with Companion</h3>
+<p>
+   <a id="player1" class="player1" style="float:left;width: 320px;height:240px;background:#000;"> 
+      <img alt="Search engine friendly content" height="240" src="http://www.flowplayer.org/img/home/flow_eye.jpg" width="320" /> 
+   </a>
+</p>
+<div id="player-block">
+	<div id="companion" class="companion" style="margin-left:5px;width: 200px;height:240px;background: #CCCCCC;float:left;">
+		<br/><br/><br/><br/>
+		<em>
+		<span style="font-family:verdana,geneva,sans-serif;"><span style="font-size:12px;">A<br />
+		companion ad<br />will appear<br />here
+		</span>
+		</em>
+    </div>
+</div>
+<script type="text/javascript" src="../js/flowplayer-3.1.4.min.js"></script>
+<script type="text/javascript">
+flowplayer("a.player1", "../swf/flowplayer-3.2.1.swf", {
+    "playlist": [
+        {
+           "url": "http://streaming.openvideoads.org/shows/the-black-hole.mp4",
+           "duration": 30
+        }
+    ],
+	"plugins": { 
+	    "controls": { "autoHide": "always" }, 
+	    "ova": { 
+	        "url": "../swf/ova.swf", 
+ 		    "autoPlay": true, 
+		    "ads": { 
+		       "servers": [ 
+		             { 
+		                  "type": "OpenX", 
+		                  "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php" 
+		             } 
+		       ], 
+		       "notice": { "textStyle": "smalltext" },
+		       "displayCompanions": true, 
+		       "companions": [ 
+		             { 
+		                  "id":"companion", 
+		                  "width":"200", 
+		                  "height":"240"      
+		             } 
+		       ], 
+		       "schedule": [ 
+		             { 
+		                  "zone": "48", 
+		                  "position": "auto:bottom", 
+		                  "width": 320, 
+		                  "height": 80, 
+		                  "startTime": "00:00:02", 
+		                  "duration": "15" 
+		             } 
+		        ] 
+		    } 
+	     } 
+	 }
+}); 
+</script>
+</body>
Index: /trunk/ova.jwplayer.4x/dist/samples/demo1.xml
===================================================================
--- /trunk/ova.jwplayer.4x/dist/samples/demo1.xml	(revision 143)
+++ /trunk/ova.jwplayer.4x/dist/samples/demo1.xml	(revision 143)
@@ -0,0 +1,32 @@
+<config>
+   <ova.title>
+       Demo 1 - Linear Pre-Roll with Companion
+   </ova.title>
+   <ova.json>
+       {
+		    "ads": {
+		       "servers": [
+		             {
+		                  "type": "OpenX",
+		                  "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
+		             }
+		       ],
+		       "notice": { "textStyle": "smalltext" },
+		       "displayCompanions": true,
+		       "companions": [
+		             {
+		                  "id":"companion",
+		                  "width":"200",
+		                  "height":"240"
+		             }
+		       ],
+		       "schedule": [
+		             {
+		                  "zone": "47",
+		                  "position": "pre-roll"
+		             }
+		        ]
+		    }
+       }
+   </ova.json>
+</config>
Index: /trunk/ova.jwplayer.4x/dist/samples/demo2.xml
===================================================================
--- /trunk/ova.jwplayer.4x/dist/samples/demo2.xml	(revision 143)
+++ /trunk/ova.jwplayer.4x/dist/samples/demo2.xml	(revision 143)
@@ -0,0 +1,36 @@
+<config>
+   <ova.title>
+       Demo 2 - Non-Linear (Overlay) with Companion
+   </ova.title>
+   <ova.json>
+       {
+		    "ads": {
+		       "servers": [
+		             {
+		                  "type": "OpenX",
+		                  "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
+		             }
+		       ],
+		       "notice": { "textStyle": "smalltext" },
+		       "displayCompanions": true,
+		       "companions": [
+		             {
+		                  "id":"companion",
+		                  "width":"200",
+		                  "height":"240"
+		             }
+		       ],
+		       "schedule": [
+		             {
+		                  "zone": "48",
+		                  "position": "auto:bottom",
+		                  "width": 320,
+		                  "height": 80,
+		                  "startTime": "00:00:02",
+		                  "duration": "15"
+		             }
+		        ]
+		    }
+       }
+   </ova.json>
+</config>
Index: /trunk/ova.jwplayer.4x/dist/samples/demo1.html
===================================================================
--- /trunk/ova.jwplayer.4x/dist/samples/demo1.html	(revision 143)
+++ /trunk/ova.jwplayer.4x/dist/samples/demo1.html	(revision 143)
@@ -0,0 +1,31 @@
+<html>
+<head>
+<title>OVA for JW Player 4 Demo 1 - Linear Pre-Roll with Companion</title>
+</head>
+<body>
+<h3>Linear Pre-Roll with Companion</h3>
+<body>
+<div id="player-block">
+	<div id="player1" style="float:left;">
+		<embed
+		  id="ply"
+		  data="../swf/4.6.swf"
+		  src="../swf/4.6.swf"
+		  width="320"
+		  height="240"
+		  allowscriptaccess="always"
+		  allowfullscreen="true"
+		  flashvars="plugins=../swf/ova.swf&config=demo1.xml&file=http://streaming.openvideoads.org/shows/the-black-hole.mp4&duration=30&provider=video"
+		/>
+	</div>
+	<div id="companion" class="companion" style="margin-left:5px;width: 200px;height:240px;background: #CCCCCC;float:left;">
+		<br/><br/><br/><br/>
+		<em>
+		<span style="font-family:verdana,geneva,sans-serif;"><span style="font-size:12px;">A<br />
+		companion ad<br />will appear<br />here
+		</span>
+		</em>
+    </div>
+</div>
+</body>
+</html>
Index: /trunk/ova.jwplayer.4x/dist/samples/demo2.html
===================================================================
--- /trunk/ova.jwplayer.4x/dist/samples/demo2.html	(revision 143)
+++ /trunk/ova.jwplayer.4x/dist/samples/demo2.html	(revision 143)
@@ -0,0 +1,31 @@
+<html>
+<head>
+<title>OVA for JW Player 4 Demo 2 - Non-Linear (Overlay) with Companion</title>
+</head>
+<body>
+<h3>Non-Linear (Overlay) with Companion</h3>
+<body>
+<div id="player-block">
+	<div id="player1" style="float:left;">
+		<embed
+		  id="ply"
+		  data="../swf/4.6.swf"
+		  src="../swf/4.6.swf"
+		  width="320"
+		  height="240"
+		  allowscriptaccess="always"
+		  allowfullscreen="true"
+		  flashvars="plugins=../swf/ova.swf&config=demo2.xml&file=http://streaming.openvideoads.org/shows/the-black-hole.mp4&duration=30&provider=video"
+		/>
+	</div>
+	<div id="companion" class="companion" style="margin-left:5px;width: 200px;height:240px;background: #CCCCCC;float:left;">
+		<br/><br/><br/><br/>
+		<em>
+		<span style="font-family:verdana,geneva,sans-serif;"><span style="font-size:12px;">A<br />
+		companion ad<br />will appear<br />here
+		</span>
+		</em>
+    </div>
+</div>
+</body>
+</html>
Index: /trunk/ova.jwplayer.5x/dist/samples/demo1.xml
===================================================================
--- /trunk/ova.jwplayer.5x/dist/samples/demo1.xml	(revision 143)
+++ /trunk/ova.jwplayer.5x/dist/samples/demo1.xml	(revision 143)
@@ -0,0 +1,32 @@
+<config>
+   <ova.title>
+       Demo 1 - Linear Pre-Roll with Companion
+   </ova.title>
+   <ova.json>
+       {
+		    "ads": {
+		       "servers": [
+		             {
+		                  "type": "OpenX",
+		                  "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
+		             }
+		       ],
+		       "notice": { "textStyle": "smalltext" },
+		       "displayCompanions": true,
+		       "companions": [
+		             {
+		                  "id":"companion",
+		                  "width":"200",
+		                  "height":"240"
+		             }
+		       ],
+		       "schedule": [
+		             {
+		                  "zone": "47",
+		                  "position": "pre-roll"
+		             }
+		        ]
+		    }
+       }
+   </ova.json>
+</config>
Index: /trunk/ova.jwplayer.5x/dist/samples/demo2.xml
===================================================================
--- /trunk/ova.jwplayer.5x/dist/samples/demo2.xml	(revision 143)
+++ /trunk/ova.jwplayer.5x/dist/samples/demo2.xml	(revision 143)
@@ -0,0 +1,36 @@
+<config>
+   <ova.title>
+       Demo 2 - Non-Linear (Overlay) with Companion
+   </ova.title>
+   <ova.json>
+       {
+		    "ads": {
+		       "servers": [
+		             {
+		                  "type": "OpenX",
+		                  "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
+		             }
+		       ],
+		       "notice": { "textStyle": "smalltext" },
+		       "displayCompanions": true,
+		       "companions": [
+		             {
+		                  "id":"companion",
+		                  "width":"200",
+		                  "height":"240"
+		             }
+		       ],
+		       "schedule": [
+		             {
+		                  "zone": "48",
+		                  "position": "auto:bottom",
+		                  "width": 320,
+		                  "height": 80,
+		                  "startTime": "00:00:02",
+		                  "duration": "15"
+		             }
+		        ]
+		    }
+       }
+   </ova.json>
+</config>
Index: /trunk/ova.jwplayer.5x/dist/samples/demo1.html
===================================================================
--- /trunk/ova.jwplayer.5x/dist/samples/demo1.html	(revision 143)
+++ /trunk/ova.jwplayer.5x/dist/samples/demo1.html	(revision 143)
@@ -0,0 +1,31 @@
+<html>
+<head>
+<title>OVA for JW Player 5 Demo 1 - Linear Pre-Roll with Companion</title>
+</head>
+<body>
+<h3>Linear Pre-Roll with Companion</h3>
+<body>
+<div id="player-block">
+	<div id="player1" style="float:left;">
+		<embed
+		  id="ply"
+		  data="../swf/5.2.swf"
+		  src="../swf/5.2.swf"
+		  width="320"
+		  height="240"
+		  allowscriptaccess="always"
+		  allowfullscreen="true"
+		  flashvars="plugins=../swf/ova.swf&config=demo1.xml&file=http://streaming.openvideoads.org/shows/the-black-hole.mp4&duration=30&provider=video"
+		/>
+	</div>
+	<div id="companion" class="companion" style="margin-left:5px;width: 200px;height:240px;background: #CCCCCC;float:left;">
+		<br/><br/><br/><br/>
+		<em>
+		<span style="font-family:verdana,geneva,sans-serif;"><span style="font-size:12px;">A<br />
+		companion ad<br />will appear<br />here
+		</span>
+		</em>
+    </div>
+</div>
+</body>
+</html>
Index: /trunk/ova.jwplayer.5x/dist/samples/demo2.html
===================================================================
--- /trunk/ova.jwplayer.5x/dist/samples/demo2.html	(revision 143)
+++ /trunk/ova.jwplayer.5x/dist/samples/demo2.html	(revision 143)
@@ -0,0 +1,31 @@
+<html>
+<head>
+<title>OVA for JW Player 5 Demo 2 - Non-Linear (Overlay) with Companion</title>
+</head>
+<body>
+<h3>Non-Linear (Overlay) with Companion</h3>
+<body>
+<div id="player-block">
+	<div id="player1" style="float:left;">
+		<embed
+		  id="ply"
+		  data="../swf/5.2.swf"
+		  src="../swf/5.2.swf"
+		  width="320"
+		  height="240"
+		  allowscriptaccess="always"
+		  allowfullscreen="true"
+		  flashvars="plugins=../swf/ova.swf&config=demo2.xml&file=http://streaming.openvideoads.org/shows/the-black-hole.mp4&duration=30&provider=video"
+		/>
+	</div>
+	<div id="companion" class="companion" style="margin-left:5px;width: 200px;height:240px;background: #CCCCCC;float:left;">
+		<br/><br/><br/><br/>
+		<em>
+		<span style="font-family:verdana,geneva,sans-serif;"><span style="font-size:12px;">A<br />
+		companion ad<br />will appear<br />here
+		</span>
+		</em>
+    </div>
+</div>
+</body>
+</html>
