Index: /trunk/fl5/js/test/examples/tabbing.html
===================================================================
--- /trunk/fl5/js/test/examples/tabbing.html	(revision 1712)
+++ /trunk/fl5/js/test/examples/tabbing.html	(revision 1712)
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+    <head>
+        <title>Single MP4 Example</title>
+        <script type="text/javascript" src="../../bin-debug/jwplayer.js">
+        </script>
+        <script type="text/javascript" src="settings.js">
+        </script>
+    </head>
+    <body>
+        <script type="text/javascript">
+            document.write("<h1>" + document.title + "</h1>");
+        </script>
+        <p>
+            This page demonstrates the new tabbing behavior in Flash, which should be useful for keyboard users and screen readers.  Tabbing into the player doesn't work in all browsers.
+        </p>
+        
+        <p>Here is a <a href="#">link</a> that goes before the players.</p>
+        
+        <div id="player">
+        	Flash Player should replace this
+        </div>
+        
+         <p>Here is a <a href="#">link</a> that goes between the players.</p>
+
+        <div id="player2">
+        	Flash Player should replace this
+        </div>
+
+         <p>Here is a <a href="#">link</a> that goes after the players.</p>
+        
+        <script type="text/javascript">
+            jwplayer("player").setup({
+            	players: settings.players(window.location.href, ["flash","html5"]),
+            	file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4",
+            	image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg",
+            	height: "270",
+            	width: "480",
+            	plugins: {
+            	   "sharing-1": {
+            	       code: "Sharing code",
+            	       link: "http://www.google.com"   
+            	   }  
+            	}
+            });
+
+            jwplayer("player2").setup({
+            	players: settings.players(window.location.href, ["flash","html5"]),
+            	file: "http://content.bitsontherun.com/videos/gSzpo2wh-486405.mp4",
+            	image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg",
+            	height: "270",
+            	width: "480",
+            	skin: "http://playertest.longtailvideo.com/glow.zip",
+            	plugins: {
+            	   "sharing-1": {
+            	       code: "Sharing code",
+            	       link: "http://www.google.com"   
+            	   }  
+            	}
+            });
+        </script>
+        <h3>HTML code</h3>
+    </body>
+</html>
Index: /trunk/fl5/js/test/examples/switchhttp.html
===================================================================
--- /trunk/fl5/js/test/examples/switchhttp.html	(revision 1712)
+++ /trunk/fl5/js/test/examples/switchhttp.html	(revision 1712)
@@ -0,0 +1,49 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+    <head>
+        <title>Multiple sources</title>
+        <script type="text/javascript" src="../../bin-debug/jwplayer.js">
+        </script>
+        <script type="text/javascript" src="settings.js">
+        </script>
+    </head>
+    <body>
+        <script type="text/javascript">
+            document.write("<h1>" + document.title + "</h1>");
+        </script>
+        <p>
+            In Flash mode, switching from an HTTP streaming item to another item, then back to the HTTP streaming item would result in a blank screen.
+            
+            To test, play the first item, then switch to the second item, then back to the first.
+        </p>
+        <div>
+            <div id="player">
+                Flash Player should replace this.
+            </div>
+            <p id="text">This text should be after the player</p>
+        </div>
+        <script type="text/javascript">
+            jwplayer("player").setup({
+            	players: settings.players(window.location.href, ["flash","html5","download"]),
+                playlist: [
+                    {			
+                        file:'http://content.bitsontherun.com/videos/Qvxp3Jnv-483.mp4',
+                     	image: "http://content.bitsontherun.com/thumbs/Qvxp3Jnv-480.jpg",
+               			provider:'http',
+            			title:'HTTP Stream'
+                    },
+                    {			
+            			file:'videos/Qvxp3Jnv-483.mp4',
+                        image: "http://content.bitsontherun.com/thumbs/Qvxp3Jnv-480.jpg",
+            			streamer:'rtmp://fms.12E5.edgecastcdn.net/0012E5',
+            			title:'RTMP Stream'
+                    }
+                ],
+                'playlist.position': "right",
+                height: "270",
+                width: "680",
+            });
+        </script>
+        <h3>HTML code</h3>
+    </body>
+</html>
Index: /trunk/fl5/js/test/examples/mixedpluginlocations.html
===================================================================
--- /trunk/fl5/js/test/examples/mixedpluginlocations.html	(revision 1712)
+++ /trunk/fl5/js/test/examples/mixedpluginlocations.html	(revision 1712)
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+    <head>
+        <title>Multiple sources</title>
+        <script type="text/javascript" src="../../bin-debug/jwplayer.js">
+        </script>
+        <script type="text/javascript" src="settings.js">
+        </script>
+    </head>
+    <body>
+        <script type="text/javascript">
+            document.write("<h1>" + document.title + "</h1>");
+        </script>
+        <p>
+            Bug: plugins loaded locally and from the LongTail repository wouldn't both load.
+            
+            To test, make sure both plugins (hd and sharing) have been loaded into the player.
+        </p>
+        <div>
+            <div id="player">
+                Flash Player should replace this.
+            </div>
+            <p id="text">This text should be after the player</p>
+        </div>
+        <script type="text/javascript">
+            jwplayer("player").setup({
+            	players: settings.players(window.location.href, ["flash","html5","download"]),
+                file:'http://content.bitsontherun.com/videos/Qvxp3Jnv-483.mp4',
+               	image: "http://content.bitsontherun.com/thumbs/Qvxp3Jnv-480.jpg",
+                height: "270",
+                width: "480",
+                plugins: {
+                    'plugins/hd-1.swf': {
+                        file: "http://playertest.longtailvideo.com/bunny.mp4"   
+                    },
+                    'sharing-1': {
+                        code: "some code",
+                        link: "http://www.google.com"   
+                    }
+                } 
+            });
+        </script>
+        <h3>HTML code</h3>
+    </body>
+</html>
Index: /trunk/fl5/js/test/examples/index.html
===================================================================
--- /trunk/fl5/js/test/examples/index.html	(revision 1681)
+++ /trunk/fl5/js/test/examples/index.html	(revision 1712)
@@ -163,4 +163,13 @@
             			"Embed location": "embedlocation.html"
             		}
+            	},
+            	"Player 5.6": {
+            		"Bugs": {
+            			"Switching HTTP mediaprovider": "switchhttp.html",
+            			"Mixed plugin locations": "mixedpluginlocations.html"
+            		},
+            		"Features": {
+            		    "Enchanced tabbing capabilities": "tabbing.html", 
+            		}
             	}
             };
