Jump to content

[RESOLU]Ajout d'un SWF dans page "Mon compte"


Recommended Posts

Bonjour,

Voilà j'essaye d'ajouter un swf dans ma page "mon compte"
Mon animation swf est intégré dans le fichier "my-account.tpl" et elle fonctionne très bien sous IE mais pas sous Firefox, il m'affiche le logo "get adobe FLASH PLAYER", hors mon plugin flash est bien installé sous Firefox ... Une idée ?

voici le code source de mon swf inséré dans mon TPL :

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="556" height="70" id="bannieref" align="middle">











               <!--[if !IE]>-->
               <object type="application/x-shockwave-flash" data="bannieref.swf" width="556" height="70">











               <!--                    


               <!--[if !IE]>-->
               </object>
               <!--            </object>



Je précise que mon animation n'est pas un header, mais une petite bannière qui vient se greffer sous le message d'accueil "Bienvenue sur votre page d'accueil...."

Merci pour votre aide ;)

Link to comment
Share on other sites

Probleme de script :

 <object type="application/x-shockwave-flash" data="fichier.swf" style="width:400px;height:200px;">





<embed src="fichier.swf" base="fichier.swf" quality="high" wmode="transparent" menu="true"></embed>
</object> 



et voila :)

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