Index: plugins/related/test/compatibility.html
===================================================================
--- plugins/related/test/compatibility.html	(revision 1937)
+++ plugins/related/test/compatibility.html	(revision 1938)
@@ -1,27 +1,40 @@
 <html>
-	<head>
-		<script src="./assets/jwplayer.js" type="text/javascript"></script>
-	</head>
-	<body>
-		<a href="index.html">Back to index</a>
-		<div id="player"></div>
-		<script type="text/javascript">
-		jwplayer('player').setup({
-			levels: [
-				{ file: './assets/bunny.flv' }
-			],
-			plugins: {
-				'../bin-debug/related.js': {
-					useicons: true,
-					file: "./assets/recs.xml"
-				}
-			},
-			'modes': [
-				{type: 'flash', src: './assets/player.swf'}
-			]
-		});
-		</script>
-	NB: Plugin will not load here, due to Flash player mode.
-	</body>
+<head>
+
+<meta charset="UTF-8">
+<script type="text/javascript" src="assets/swfobject.js"></script>
+<title>Backward compatibility</title>
+<style>
+    body { padding: 50px; font: 13px/20px Arial; background: #EEE; }
+    #player, p, ul { margin-top: 20px; display: block; }
+    #player { -webkit-box-shadow: 0 0 5px #999; background: #000; color:#FFF; line-height:270px; text-align: center; }
+</style>
+
+</head>
+<body>
+
+<h2>Backward compatibility</h2>
+
+<div id="player">Select an option</div>
+
+<script type="text/javascript">
+    swfobject.embedSWF(
+        'assets/player-5.2.swf',
+        'player',
+        720,
+        294,
+        '9.0.0',
+        null,
+        {file:'assets/playlist.xml', playlist: 'right', playlistsize: 240, plugins:'../related.swf', 'related.heading':'Check out these vids too:'},
+        {allowfullscreen:'true',allowscriptaccess:'always'},
+        {id:'player',name:'player'}
+    );
+</script>
+
+<p>
+    This test uses the 5.2 player and the SWFObject embed method.<br />
+    All related features are enabled: useicons, oncomplete, heading and playlisting.
+</p>
+
+</body>
 </html>
-
