Hi,
I am trying to play a swf file in website baker installation. I had spent lot of time for find out the reason why it is not working. I am using the following code.. Could you please let me know what I am doing wrong..
<script src="<?php echo TEMPLATE_DIR; ?>/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','655','height','260','align','middle','src','flash_header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash_header' ); //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=9,0,28,0" width="655" height="260" align="middle">
<param name="movie" value="<?php echo TEMPLATE_DIR; ?>/flash_header.swf" />
<param name="quality" value="high" />
<embed src="<?php echo TEMPLATE_DIR; ?>/flash_header.swf" width="655" height="260" align="middle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object></noscript>
The whole code is in the index.php page in my design..
Please help me..
[EDIT: Please use the Code Button to format Code, did that for you - kweitzel[/EDIT]