It looks like you're new here. If you want to get involved, click one of these buttons!
$vars['js'] = array('jquery.nivo.slider.pack.js', 'sidemenu/jquery.cookie.js', 'sidemenu/jquery.dcjqaccordion.2.7.min.js', 'sidemenu/jquery.hoverIntent.minified.js', 'home.js');
<script language="JavaScript" type="text/javascript">
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
'width', '225',
'height', '151',
'src', '<?=$this->asset->swf_path('centenary', NULL, TRUE);?>',
'quality', 'high',
'pluginspage', 'http://www.adobe.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'centenary',
'bgcolor', '#ffffff',
'name', 'centenary',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'centenary',
'salign', ''
); //end AC code
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="225" height="151" id="centenary" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="centenary.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="<?= $this->asset->swf_path('centenary', NULL, TRUE);?>" quality="high" bgcolor="#ffffff" width="225" height="151" name="centenary" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>
</noscript>
Comments
You will also need to make the change to this line too (for IE):
<param name="movie" value="centenary.swf" />
The path that is being rendered:
http://localhost/mysite/assets/swf/centenary.swf
<param name="movie" value="centenary.swf" />
Also, does it look like all the javascript you need to render the page is being properly pulled in?
Yes, I have changed this line, and home.js is pulled in properly.
As an alternative, FUEL comes with a swf function you can try:
http://getfuelcms.com/user_guide/libraries/asset#swf