Hi
It needs to be in the root of your Joomla site
The "swf" and "js" out side the templates folder
root > /all the Joomla files
Add to the head section of your index.php Joomla template page
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/"; ?>AC_RunActiveContent.js" type="text/javascript"></script>
take the flash embedded code in the html page and paste it in your index.php Joomla template. Make sure that Param and embed src paths
have <?php echo "$GLOBALS[mosConfig_live_site]/"; ?> code.
save fresh it should work.
Cheers,
Brian
|