View Single Post
  #3 (permalink)  
Old 09-03-2007, 01:22 AM
Ztyle Ztyle is offline
Junior Member
 
Join Date: Jun 2007
Posts: 15
Default Little bit confused

Thanx for your quick response guys, professional as always I got the Flash Active content update, applied it to the published HTML output file and then added the <?php echo "$GLOBALS[mosConfig_live_site]/"; ?> to the code so it looked like this :

<embed src="<?php echo "$GLOBALS[mosConfig_live_site]/"; ?>Zwoobie Add Home.swf"

(did that for Param and embed src paths)

I moved my .swf, AC_RunActiveContent.js file and .html file (all published by flash) to the same directory as the template folders and added <script src="<?php echo "$GLOBALS[mosConfig_live_site]/"; ?>AC_RunActiveContent.js" type="text/javascript"></script> to the head but all I'm getting is blank / white swf. It shows up in its spot but theres no content playing in it.. Any ideas or did I do something wrong?

Thanx for helping, you truly do look after your customers

Last edited by Ztyle; 09-03-2007 at 07:14 AM.