| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: pg/macros/AppletObjects.pl,v 1.10 2008/05/12 00:50:24 gage Exp $ |
4 | # $CVSHeader: pg/macros/AppletObjects.pl,v 1.11 2008/05/22 19:17:10 gage Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 20 | |
20 | |
| 21 | |
21 | |
| 22 | =head1 DESCRIPTION |
22 | =head1 DESCRIPTION |
| 23 | |
23 | |
| 24 | This subroutines in this |
24 | This subroutines in this |
| 25 | file provide mechanisms to insert Flash applets (and later Java applets) |
25 | file provide mechanisms to insert Flash applets (and Java applets) |
| 26 | into a WeBWorK problem. |
26 | into a WeBWorK problem. |
| 27 | |
27 | |
| 28 | |
28 | |
| 29 | =head1 SEE ALSO |
29 | =head1 SEE ALSO |
| 30 | |
30 | |