28172 sujets

CSS et mise en forme, CSS3

SAlut,

J'ai un soucis avec un flash, peut etre cela vient de ma balise, je ne vois pas . Le probleme est visible : http://skwad.free.fr/artdeco/index.html. cela marche nickel sous firefox....

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Photo Blur Effect</title>
<!-- SWFObject embed by Geoff Stearns geoff@deconcept.com  http://blog.deconcept.com/  -->
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
	}

</style>
</head>
<body>

<div id="flashcontent">

		<p><strong>You need to upgrade your Flash Player</strong>
		  <code>noscript</code> 
		If you're sure you have Flash then click <a href="index.html?detectflash=false">here to bypass the detection</a> if you wish.	</p></div>
	
	<script type="text/javascript">
		// <![CDATA[
		
		var so = new SWFObject("photoblur.swf", "Photo Blur Effect", "100%", "757", "8", "#000000");
		so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
		so.addParam("scale", "noscale");
		so.addParam("wmode", "transparent");
		so.write("flashcontent");
		
		// ]]>
	</script>
</body>

</html>
Bonjour ludobiohazard02,

L'animation fonctionne sous Opera 9.27, Firefox 2.0.0.13, Safari 3.1, IE 5.01 /5.5 /6 et...IE7 Smiley cligne

Peut-être un problème de cache, ou des paramètres mal configurés dans IE7 ?

Sinon, sympa ce petit effet Smiley cligne

Cdt,
Sylvain
Pourrais tu expliquer ce qui ne marche pas exactement ? s'il s'agit du problème du click sur l'animation obligatoire pour qu'elle se lance il y a des solutions javascript. Me semble qu'swfobject s'en charge, plus sûr de moi mais là je peu pas tester.