]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11224 Updated UFO Flash JS library from 3.20 to 3.22, preserving minor Moodle...
authorsam_marshall <sam_marshall>
Wed, 12 Sep 2007 10:14:12 +0000 (10:14 +0000)
committersam_marshall <sam_marshall>
Wed, 12 Sep 2007 10:14:12 +0000 (10:14 +0000)
lib/ufo.js

index 392a6ca72efb9c234060049153bf3ba337c7e8ff..5f2608ae9eaf1db2a60d1a0e30119045bc2e296c 100644 (file)
@@ -1,11 +1,13 @@
-/*     Unobtrusive Flash Objects (UFO) v3.20 <http://www.bobbyvandersluis.com/ufo/>
-       Copyright 2005, 2006 Bobby van der Sluis
+/*     Unobtrusive Flash Objects (UFO) v3.22 <http://www.bobbyvandersluis.com/ufo/>
+       Copyright 2005-2007 Bobby van der Sluis
        This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>
+
+    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;
-                }
+                               }
                        }
                }
        }