Jump to content

Add flash swf files to footer.tpl


Kayloconner

Recommended Posts

Hi guys, thanks for the help.

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

flashv.jpg

<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>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...