From c211869e6af10f095ed27993fc64bc9fdc6abb5d Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Fri, 12 Nov 2010 15:04:46 -0800 Subject: [PATCH] Created "Behaviors" and reorgainzed functions based on them. --- README.markdown | 1 - test/test.html | 5 +- video-js.css | 2 +- video.js | 913 ++++++++++++++++++++++++++---------------------- 4 files changed, 504 insertions(+), 417 deletions(-) diff --git a/README.markdown b/README.markdown index 38f6514b3..6c39acfa3 100644 --- a/README.markdown +++ b/README.markdown @@ -114,7 +114,6 @@ Set options when setting up the videos. The defaults are shown here. controlsHiding: true, // Hide controls when mouse is not over the video defaultVolume: 0.85, // Will be overridden by user's last volume if available flashVersion: 9, // Required flash version for fallback - linksHiding: true, // Hide download links when video is supported flashIsDominant: false // Always use Flash when available }); diff --git a/test/test.html b/test/test.html index 5626ce1f8..359677f57 100644 --- a/test/test.html +++ b/test/test.html @@ -9,11 +9,11 @@