-
Notifications
You must be signed in to change notification settings - Fork 0
/
dechets.html
30 lines (26 loc) · 1.09 KB
/
dechets.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!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=UTF-8" />
<title>Document sans nom</title>
<script src="#CHEMIN{js/swfobject.js}" type="text/javascript"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<script type="text/javascript">
var flashvars = {};
var params= {flashvars:'cheminSwf=#CHEMIN{swf/environnement-dechets.xml}'};
params.wmode = "transparent";
swfobject.embedSWF("#CHEMIN{swf/environnement-jeu-dechets.swf}", "zone_flash", "1500", "550", "9", "", flashvars,params);
</script>
<div id="zone_flash">Pour pouvoir jouer à ce jeu, le plugin flash doit être installé sur votre ordinateur.<br />Si ce n'est pas le cas, vous pouvez le télécharger gratuitement <a href="http://get.adobe.com/fr/flashplayer/" target="_blank">en cliquant ici</a>.</div>
</body>
</html>