~ubuntu-branches/ubuntu/jaunty/moodle/jaunty

« back to all changes in this revision

Viewing changes to lib/ufo.js

  • Committer: Bazaar Package Importer
  • Author(s): Jordan Mantha, Matt Oquist
  • Date: 2009-02-25 15:16:22 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090225151622-0ekt1liwhv2obfza
Tags: 1.9.4.dfsg-0ubuntu1
* Merge with Debian git (Closes LP: #322961, #239481, #334611):
  - use Ubuntu's smarty lib directory for linking
  - use internal yui library 
  - add update-notifier support back in

[Matt Oquist]
  * renamed prerm script
  * significantly rewrote postinst and other maintainer scripts to improve
    user experience and package maintainability
    (Closes LP: #225662, #325450, #327843, #303078, #234609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*      Unobtrusive Flash Objects (UFO) v3.20 <http://www.bobbyvandersluis.com/ufo/>
2
 
        Copyright 2005, 2006 Bobby van der Sluis
 
1
/*      Unobtrusive Flash Objects (UFO) v3.22 <http://www.bobbyvandersluis.com/ufo/>
 
2
        Copyright 2005-2007 Bobby van der Sluis
3
3
        This software is licensed under the CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/>
 
4
 
 
5
    CONTAINS MINOR CHANGE FOR MOODLE (bottom code for MDL-9825)
4
6
*/
5
7
 
6
8
var UFO = {
7
9
        req: ["movie", "width", "height", "majorversion", "build"],
8
 
        opt: ["play", "loop", "menu", "quality", "scale", "salign", "wmode", "bgcolor", "base", "flashvars", "devicefont", "allowscriptaccess", "seamlesstabbing"],
 
10
        opt: ["play", "loop", "menu", "quality", "scale", "salign", "wmode", "bgcolor", "base", "flashvars", "devicefont", "allowscriptaccess", "seamlesstabbing", "allowfullscreen", "allownetworking"],
9
11
        optAtt: ["id", "name", "align"],
10
12
        optExc: ["swliveconnect"],
11
13
        ximovie: "ufo.swf",
281
283
                    // something is wrong, probably infinite loop caused by embedded html file
282
284
                    // see MDL-9825
283
285
                    break;
284
 
                }
 
286
                                }
285
287
                        }
286
288
                }
287
289
        }