From: sam_marshall Date: Wed, 12 Sep 2007 10:14:12 +0000 (+0000) Subject: MDL-11224 Updated UFO Flash JS library from 3.20 to 3.22, preserving minor Moodle... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d75c6556c702619550f96110d3f114eceb4f46cc;p=moodle.git MDL-11224 Updated UFO Flash JS library from 3.20 to 3.22, preserving minor Moodle-specific change (and added comment to top about it!) --- diff --git a/lib/ufo.js b/lib/ufo.js index 392a6ca72e..5f2608ae9e 100644 --- a/lib/ufo.js +++ b/lib/ufo.js @@ -1,11 +1,13 @@ -/* Unobtrusive Flash Objects (UFO) v3.20 - Copyright 2005, 2006 Bobby van der Sluis +/* Unobtrusive Flash Objects (UFO) v3.22 + Copyright 2005-2007 Bobby van der Sluis This software is licensed under the CC-GNU LGPL + + CONTAINS MINOR CHANGE FOR MOODLE (bottom code for MDL-9825) */ var UFO = { req: ["movie", "width", "height", "majorversion", "build"], - opt: ["play", "loop", "menu", "quality", "scale", "salign", "wmode", "bgcolor", "base", "flashvars", "devicefont", "allowscriptaccess", "seamlesstabbing"], + opt: ["play", "loop", "menu", "quality", "scale", "salign", "wmode", "bgcolor", "base", "flashvars", "devicefont", "allowscriptaccess", "seamlesstabbing", "allowfullscreen", "allownetworking"], optAtt: ["id", "name", "align"], optExc: ["swliveconnect"], ximovie: "ufo.swf", @@ -281,7 +283,7 @@ var UFO = { // something is wrong, probably infinite loop caused by embedded html file // see MDL-9825 break; - } + } } } }