Jump to content

Flash


Recommended Posts

Bonjour, la question a surement déjà été posée mais après avoir cherché, ça ne marche pas, je suis loin d'être un pro.
Voilà, je t'ente d'insérer une animation flash en suivant les instuctions trouvées sur les forums, et en fonction des navigateurs (IE7, Mozilla et Google chrome), j'obtiens des tailles différentes.
C'est ok pour Mozilla, la taille du flash est repectée, mais completement retrécit pour IE7 et Google chrome ... une solution ?

Voici le code du module editorial :

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

{/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}

{/if}
{if $xml->body->$subheading}

{$xml->body->$subheading}

{/if}
{if $xml->body->$paragraph}

{$xml->body->$paragraph}

{/if}

<!-- /Module Editorial -->
Link to comment
Share on other sites

:-) Probleme resolu, et fonctionne sous IE7, Mozilla, Opera, Safari et Google chrome. Les tailles sont celles voulues.

Merci aux réponses trouvées dans le forum.
Voici le code qui fonctionne chez moi.

-----------------
<!-- 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 classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" type="application/x-shockwave-flash" data="intro.swf" width="530" height="228">



<embed src="intro.swf" width="530" height="228" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit" bgcolor="#990000"></embed>
</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}

{/if}
{if $xml->body->$subheading}

{$xml->body->$subheading}

{/if}
{if $xml->body->$paragraph}

{$xml->body->$paragraph}

{/if}

<!-- /Module Editorial -->
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...