summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Ichikawa <gimite@gmail.com>2011-06-25 12:51:24 +0900
committerHiroshi Ichikawa <gimite@gmail.com>2011-06-25 12:51:24 +0900
commitd8405960214b5a590693c9e738e150b1f87ceafd (patch)
treeec9c4f1fafbe8be32684398370f6899a21357d36
parentb972cc6e321757f4143eabdcbfa752f121905634 (diff)
downloadweb-socket-js-d8405960214b5a590693c9e738e150b1f87ceafd.tar.gz
Adding comment about Flash version check.
-rw-r--r--web_socket.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_socket.js b/web_socket.js
index 90ecb5e..bf81019 100644
--- a/web_socket.js
+++ b/web_socket.js
@@ -12,6 +12,7 @@
console = {log: function(){ }, error: function(){ }};
}
+ // swfobject.hasFlashPlayerVersion("10.0.0") doesn't work with Gnash.
if (!swfobject.getFlashPlayerVersion().major >= 10) {
console.error("Flash Player >= 10.0.0 is required.");
return;