alexj1972 Posted June 17, 2009 Share Posted June 17, 2009 salve a tutticome posso fare ad inserire al posto del logo.jpg in alto a sinistra un file flash.mi potete scrivere la soluzione dettagliatamente, perchè nei post in giro per il forum non ho capito un molto.graziebasta sostituire queste righe in header.tpl che si trova nella cartella del tema che stai usando e invece di : title="{$shop_name|escape:'htmlall':'UTF-8'}">"themes/demshopping/img/logo.jpg"alt="{$shop_name|escape:'htmlall':'UTF-8'}" sostituite con le righe (vedi allegato)chiaramente dovete modificare il percorso del file swf e la dimensione.ciao Link to comment Share on other sites More sharing options...
emmeics Posted June 17, 2009 Share Posted June 17, 2009 Ciao, devi andare a modificare il file header.tpl che si trova nella cartella del tema che stai usando e invece di : devi andare ad inserire il tuo codice flash. Link to comment Share on other sites More sharing options...
alexj1972 Posted June 17, 2009 Author Share Posted June 17, 2009 grazieprovo subito poi ti dico. Link to comment Share on other sites More sharing options...
alexj1972 Posted June 17, 2009 Author Share Posted June 17, 2009 ho provato ma non mi funziona, vedi se ho fatto bene:<html > <head> <base href="{$protocol}{$smarty.server.HTTP_HOST|escape:'htmlall':'UTF-8'}{$base_dir}" /> <title>{$meta_title|escape:'htmlall':'UTF-8'}</title>[removed][removed]{if isset($meta_description) AND $meta_description} <meta name="description" content="{$meta_description|escape:htmlall:'UTF-8'}" />{/if}{if isset($meta_keywords) AND $meta_keywords} <meta name="keywords" content="{$meta_keywords|escape:htmlall:'UTF-8'}" />{/if} <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <meta name="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" />{if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach}{/if} [removed][removed] [removed] var baseDir = '{$base_dir}'; var static_token = '{$static_token}'; var token = '{$token}'; var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals}; [removed] [removed][removed] [removed][removed]{if isset($js_files)} {foreach from=$js_files item=js_uri} [removed][removed] {/foreach}{/if} {$HOOK_HEADER} </head> <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> {if !$content_only} <!-- Header --> [removed]AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','500','height','54','src','themes/et-black/img/log2.swf','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','themes/et-black/img/log2.swf' ); //end AC code[removed]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="500" height="54"> <embed src="themes/et-black/img/log2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="500" height="54"></embed> </object></noscript> {$HOOK_TOP} <!-- Left --> {$HOOK_LEFT_COLUMN} <!-- Center --> {/if}grazie ciao Link to comment Share on other sites More sharing options...
emmeics Posted June 17, 2009 Share Posted June 17, 2009 Prova ad utilizzare questo di codice: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="#larghezza#" height="#altezza#" title="Titolo movie flash"> <embed src="#path_del_flash#" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="#larghezza#" height="#altezza#"></embed> </object> Vedi se funzia cosi Link to comment Share on other sites More sharing options...
emmeics Posted June 17, 2009 Share Posted June 17, 2009 non avevo visto che avevi risolto Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now