mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-27 15:39:41 +00:00
include/rfb.js: show Flash version in console.
This commit is contained in:
@@ -254,7 +254,8 @@ function constructor() {
|
||||
Util.Info("Using native WebSockets");
|
||||
updateState('loaded', 'noVNC ready: native WebSockets, ' + rmode);
|
||||
} else {
|
||||
Util.Warn("Using web-socket-js flash bridge");
|
||||
Util.Warn("Using web-socket-js bridge. Flash version: " +
|
||||
Util.Flash.version);
|
||||
if ((! Util.Flash) ||
|
||||
(Util.Flash.version < 9)) {
|
||||
updateState('fatal', "WebSockets or Adobe Flash is required");
|
||||
|
||||
Reference in New Issue
Block a user