como veran estoy editando una web en cubecart pero en el header quiero poner un swf u en efecto ya lo puse pero por alguna razon no puedo hacer que se vea me dice que no cargo el archivo pero me marca que hay es un swf y le das clic con el boton del lado derecho y hay dice que es un archivo flash player 9 y no se que etc bueno miren el codigo diganme en que me equiboco pliss
grax.
Código HTML:
<!-- BEGIN: body --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>{META_TITLE}</title> <meta name="description" content="{META_DESC}" /> <meta name="keywords" content="{META_KEYWORDS}" /> <link href="skins/{VAL_SKIN}/styleSheets/layout.css" rel="stylesheet" type="text/css" /> <link href="skins/{VAL_SKIN}/styleSheets/style.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="js/jslibrary.js" type="text/javascript"></script> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> </head> <body> <div id="pageSurround"> <div id="subSurround"> <div id="headerfla" align="center"> <object width="700" height="200"> <param name="movie" value="...\deceramica.com\skins\plata\styleTemplates\global\swf\header.swf"> <embed src="...\deceramica.com\skins\plata\styleTemplates\global\swf\header.swf" width="700" height="200"> </embed> </object> <div id="topHeader"> </div> <div style="padding-top: 72px;">{SEARCH_FORM} </div> <div>{SESSION}</div> </div> <div> <div class="colLeft"> {CATEGORIES} {RANDOM_PROD} {INFORMATION} {CURRENCY} {LANGUAGE} </div> <div class="colMid"> {PAGE_CONTENT} </div> <div class="colRight"> {SHOPPING_CART} {POPULAR_PRODUCTS} {SALE_ITEMS} {MAIL_LIST} </div> </div> <br clear="all" /> {SITE_DOCS} </div> </div> </html> <!-- END: body -->