moodle theme and flash problem

moodle theme and flash problem

by fei chen -
Number of replies: 3

i have got moodle installed under windows/apache server, recently i tried to install a theme with flash banner, and the flash banner wouldn't appear.

anyone got any suggesstion on this problem? is it to do with php configuration for the gd library?

Average of ratings: -
In reply to fei chen

Re: moodle theme and flash problem

by Jeffery Watkins -

What is the address of the site?  It is probably a path problem.  Post the header code and I'll take a look.

Jeff

In reply to Jeffery Watkins

Re: moodle theme and flash problem

by fei chen -

haven't publish it yet, the header code is:

<?php if ($home) {  // This is what gets printed on the home page only  ?>
<!--If you use this theme please keep my coments and my son's name  --><table width="100%" height="183" border="0"

align="center" cellpadding="0" cellspacing="0" id="Table_01">
 <tr>
  <td height="101" colspan="10" background="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?

>/images/Matias_Lautaro2h_02.jpg"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="511" height="101">
          <param name="movie" value="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/images/mer2.swf">
          <param name="quality" value="high">
          <param name="SCALE" value="exactfit">
          <embed src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/images/mer2.swf" width="511" height="101"

quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"

scale="exactfit"></embed>
        </object></td>