|
|||
|
Hi all! I just finished watching the very useful training video about Joomla Template Kit 2.1. Well I have a swf file I need to use on the header of my template. I uploaded it, changed its path with the wizard, moved the file (i don't remember its name) under the script folder to the images folder of my template, but when I test the page on a browser the flash animation doesn't show up. What am I doing wrong? Could someone help me?
Thanx Fabry from Italy ![]() |
|
|||
|
Hi fabrymac,
The file that DW makes in some version is Code:
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script> Code:
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?> AC_RunActiveContent.js" type="text/javascript"></script> The two parts that count in the flash include are. param name="movie" Code:
<param name="movie" value="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>Joomla Template Kit Se 2.1 Video Beta-7.swf" /> Code:
<embed src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>Joomla Template Kit Se 2.1 Video Beta-7.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="475"></embed> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|