ceriz Posted November 13, 2010 Share Posted November 13, 2010 Bonjour a tous, J'ai une banniere flash mais elle ne s'affiche pas sous IE, pourriez vous me dire si j'ai quelque chose a modifier a ce code ? <object width="470" height="290" data="http://www.monsite.fr/themes/montheme/img/diapo.swf" type="application/x-shockwave-flash"></object> <object type="application/x-shockwave-flash" data="http://www.monsite.fr/themes/montheme/img/anim-payment.swf" width="166" height="294"> </object> Link to comment Share on other sites More sharing options...
ceriz Posted November 14, 2010 Author Share Posted November 14, 2010 Petit up... si un d'entre vous connais la réponse je prend... lol Link to comment Share on other sites More sharing options...
Vincent Decaux Posted November 14, 2010 Share Posted November 14, 2010 Il faut chercher sur internet comment intégrer un Flash en HTML.Il te manque les balises embed que IE interprète.Je t'invite à utiliser SWFObject, qui fera passer ton Flash au W3C. http://code.google.com/p/swfobject/ Link to comment Share on other sites More sharing options...
ceriz Posted November 17, 2010 Author Share Posted November 17, 2010 Salut, Merci pour t'as réponse, j'ai essayer pas mal de code différent mais rien y fais, la bannière ne s’affiche jamais. ci-dessous les codes que j'ai essayer : <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="166" height="294"><embed src="anim-payment.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="166" height="294"></embed></object>et [removed]AC_FL_RunContent 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','766','height','330','title','anim-payment','src','Nom','loop','false','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','Nom' ); //end AC code [removed] <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="166" height="294" title="Votre titre"> <embed src="anim-payment.swf" width="166" height="294" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object></noscript> j'ai regarder un peu le liens que tu ma envoyé, je comprend pas grand choses sur le flash... :-(( 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