Add flash swf files to footer.tpl

Ho guys any one can tell  how do i add flash banner swf file to the footer.tpl ?

You must embedd the SWF. Just find the HTML code for it and follow the directions…or search on google for step by step tutorials

Yup, just use an embed tag

Hi guys, thanks for the help.

I put the tag for the flash and the only thing I see is a rectangle … code below.

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="340" HEIGHT="99" id=""><PARAM NAME=movie VALUE="banner_menu.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="sav/lib/skins/skyazores/Flash/banner_menu.swf" quality=high bgcolor=#FFFFFF WIDTH="340" HEIGHT="99"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>

For the path to the flash, use an absolute (the full URL), that may help

as nabeel said use the full URL to get the SWF file. add <?php echo SITE_URL?> in your source tag to echo the sits url then add the directory extensions as needed. So if my file was located in the main directory for images in the Lib folder then my src would read- <?php echo site_url?>/lib/images/imagenamehere.swf.

It’s case sensitive, so in your case it seems as it may be:

<?php echo SITE_URL?>/lib/skins/skyazores/Flash/banner_menu.swf