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