Kayloconner Posted March 4, 2009 Report Share Posted March 4, 2009 Ho guys any one can tell how do i add flash banner swf file to the footer.tpl ? Quote Link to comment Share on other sites More sharing options...
Leiserson Posted March 4, 2009 Report Share Posted March 4, 2009 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 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 5, 2009 Administrators Report Share Posted March 5, 2009 Yup, just use an embed tag Quote Link to comment Share on other sites More sharing options...
Kayloconner Posted March 5, 2009 Author Report Share Posted March 5, 2009 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> Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 5, 2009 Administrators Report Share Posted March 5, 2009 For the path to the flash, use an absolute (the full URL), that may help Quote Link to comment Share on other sites More sharing options...
Leiserson Posted March 5, 2009 Report Share Posted March 5, 2009 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. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 6, 2009 Administrators Report Share Posted March 6, 2009 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.