diff --git a/build.sh b/build.sh
index ff6865541..6b28abb09 100755
--- a/build.sh
+++ b/build.sh
@@ -30,7 +30,11 @@ cat src/tracks.js >> dist/video.js
# h5swf temporarily requires swfobject
# cat flash/swfobject.js >> dist/video.js
+cat tech/html5/html5.js >> dist/video.js
+cat tech/flash/flash.js >> dist/video.js
+
cat src/setup.js >> dist/video.js
+
cat src/_end.js >> dist/video.js
diff --git a/build/release-files/youtube.html b/build/release-files/youtube.html
new file mode 100644
index 000000000..b876c5a7f
--- /dev/null
+++ b/build/release-files/youtube.html
@@ -0,0 +1,20 @@
+
+
+
+ Video.js | HTML5 Video Player | YouTube Demo
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dev.html.example b/dev.html.example
index 3dd37e182..7ee7fe923 100644
--- a/dev.html.example
+++ b/dev.html.example
@@ -20,13 +20,17 @@
+
+
+
-
+
diff --git a/docs/tech.md b/docs/tech.md
index 79d09615f..37e1ed0ef 100644
--- a/docs/tech.md
+++ b/docs/tech.md
@@ -44,3 +44,47 @@ timeupdate
progress
enterFullScreen
exitFullScreen
+
+Adding Playback Technology
+==================
+When adding additional Tech to a video player, make sure to add the supported tech to the video object.
+
+### Tag Method: ###
+