View Single Post
  #2 (permalink)  
Old 12-12-2007, 09:26 AM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 327
Default

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>
this to edit the file in DW.

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" />
& embed src=
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>
both the AC_RunActiveContent.js and SWF Movie need to be in the images folder.