Je recherche à faire une animation simple ?

Quelqu'un peut-il me montrer un exemple facile à adapter pour mon cas s'il vous plait ?


Pour changer cette animation ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Bienvenue</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
        <div align="center">
                <p>
                        <font size="7" color="#0000FF" face="Georgia, Times New Roman, Times, serif">2012</font>
                </p>
                <p>
                        <font size="7" color="#0000FF" face="Georgia, Times New Roman, Times, serif">test</font><br><br>
                </p>
                <p>
                        <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="441" height="387">
                                <param name="movie" value="fleur_MX2004.swf">
                                <param name="quality" value="high">
                                <embed src="images/fleur.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="700"></embed>
                        </object>
                </p>
        </div>
</body>
</html>