mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
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!)
This commit is contained in:
parent
c824d47823
commit
d75c6556c7
10
lib/ufo.js
10
lib/ufo.js
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user