Hi Ztyle,
it sounds a bit off but just add the swf to your Joomla root.
Dreamweaver versions have issues with flash because of the
"AC_RunActiveContent.js" this file in DW 8 up this file is added to the site.
Joomla is a little funny with flash it works best in the Joomla root folder.
it is possible to put it in your template folder but I would do the root.
Make sure that add AC_RunActiveContent.js to root folder the path points looks like this.
add this code to the head section of your template.
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/"; ?>AC_RunActiveContent.js" type="text/javascript"></script>
add this to front path of any your "param" "embed src" paths in the
flash code.
<?php echo "$GLOBALS[mosConfig_live_site]/"; ?>
look like this
<embed src="<?php echo"$GLOBALS[mosConfig_live_site]/";?>logo_anim.swf"
this will prints out
http://www.joomla123.com/logo_anim.swf