in-Fashions.com Posted October 27, 2008 Share Posted October 27, 2008 I finally get my homepage logo replace with the flash intro with others help. here is the problem:Problem #1 i can view that properly in FireFox but not IE 7.0. Under ie 7.0, the whole swf is shrinked to a smaller scale.Size is set to 530 x 228. Can some body help me on this, thanks in advanced! my site : www.in-fashions.com/prestashopi want it to work like this site: http://www.my-deco-shop.com/design/Here is the code i used for the editorial.tpl under the moduel folder. --------------------------------------------------------<!-- Module Editorial --> {if $xml->body->home_logo_link}body->home_logo_link|escape:'htmlall':'UTF-8'}" title="{$xml->body->$title|escape:'htmlall':'UTF-8'|stripslashes}">{/if} {if $homepage_logo} <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="530" height="228" id="header" align="middle"> <embed src="{$base_dir_ssl}intro.swf" quality="high" bgcolor="#ffffff" width="530" height="228" name="header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> {/if} {if $xml->body->home_logo_link}{/if} <!-- {if $xml->body->logo_subheading}{$xml->body->logo_subheading|stripslashes}{/if} --> {if $xml->body->$title}{$xml->body->$title|stripslashes}{/if} {if $xml->body->$subheading}{$xml->body->$subheading|stripslashes}{/if} {if $xml->body->$paragraph}{$xml->body->$paragraph|stripslashes}{/if} <!-- /Module Editorial -->--------------------------------------------------------------------Problem #2Under IE7.0, when i point to the homepage logo area(flash area), i see a link to www.prestashop.com, how to change the script to remove that or revise the link to my site? Link to comment Share on other sites More sharing options...
in-Fashions.com Posted October 27, 2008 Author Share Posted October 27, 2008 Anybody? Urgent, Thanks! Link to comment Share on other sites More sharing options...
Paul C Posted October 27, 2008 Share Posted October 27, 2008 Hi there.This may help:http://www.robertmullaney.com/2008/01/18/xhtml-flash-object-tag/The link the image uses is set in the editorial module settings, I guess it must still be set to the default in there?Paul Link to comment Share on other sites More sharing options...
in-Fashions.com Posted October 27, 2008 Author Share Posted October 27, 2008 Anybody? Urgent, Thanks! Thanks, i got that figured.! Link to comment Share on other sites More sharing options...
Altamash Posted October 28, 2008 Share Posted October 28, 2008 good work .share complete code with us. Link to comment Share on other sites More sharing options...
gusbsas Posted December 10, 2008 Share Posted December 10, 2008 this works for me, in editorial.tpl<!-- Module Editorial --> {if $xml->body->home_logo_link}body->home_logo_link|escape:'htmlall':'UTF-8'}" title="{$xml->body->$title|escape:'htmlall':'UTF-8'}">{/if} {if $homepage_logo} <object type="application/x-shockwave-flash" data="http://www.estacionclaraz.com.ar/tienda/modules/editorial/intro.swf" width="530" height="228"> <embed src="http://www.estacionclaraz.com.ar/tienda/modules/editorial/intro.swf" quality="high" bgcolor="#ffffff" width="530" height="228" name="header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> {/if} {if $xml->body->home_logo_link}{/if} <!-- {if $xml->body->logo_subheading}{$xml->body->logo_subheading|stripslashes}{/if} --> <!-- /Module Editorial --> replace it with your swf path and that´s it. thanks to Paul C for the link http://www.robertmullaney.com/2008/01/18/xhtml-flash-object-tag/ Link to comment Share on other sites More sharing options...
Altamash Posted December 13, 2008 Share Posted December 13, 2008 Thanks for sharing 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