c'est du dhtml ca ?
on peu faire la meme chose avec des images plutot que des mots ?
<HTML>
<HEAD>
ss<SCRIPT LANGUAGE="javascript">
ssssfunction doLoad() {
ssssssSG2.setidentity();
SG3.setidentity();
SG4.setidentity();
SG3.Scale(.3, .3, .3, 1)
SG4.Scale(.2, .2, .2, 1)
SG2.Scale(.4, .4, .4, 1)
SG3.Rotate(0, 90, 0, 1)
SG2.Rotate(0, 0, 90, 1)
Seq("Action" ).At(0.00,"Step",90,0.08,1)
Seq("Action" ).play()
ssss}
ssssfunction doUnload() {
Seq("Step" ).stop()
ssss}
sssswindow.cycle = null;
ssssfunction cleanup() {
ssssssssSG3.style.visibility = "hidden"
ssssssssSG2.style.visibility = "hidden"
ssss}
ssssvar ctr = 0;
ssssfunction Step(play) {
ssssssctr++;
ssssssif (ctr<58) {
ssssssssssSG4.Rotate(3,3.5,5,1)
ssssss}
ssssssSG3.Rotate(3,3.5,5,1)
ssssssSG2.Rotate(3,3.5,5,1)
ssssss
ssssssif (ctr<58) {
ssssssssSG3.Scale(1.04,1.04,1.04)
ssssssssSG2.Scale(1.04,1.04,1.04)
ssssssssSG4.Scale(1.04,1.04,1.04)
ssssss}
ssssssif (ctr==57) {
ssssssssSG3.style.zIndex=1;
ssssssssSG2.style.zIndex=1;
//ssssssdocument.all.idWelcome.style.zIndex = 1;
ssssss}
ssssssif (ctr>57) {
ssssssssSG3.Scale(1.07,1.07,1.07)
ssssssssSG2.Scale(1.07,1.07,1.07)
ssssss}
ssssssif (ctr==90)ss
sssssssssetTimeout("cleanup()",100)
ssss}ss
ss
sssswindow.onload = doLoad;
ss</SCRIPT>
ss<STYLE TYPE="text/css">
ssssssBODY {background: black; font-family: helvetica}
ssssssH3 {position: relative}
ssssss.clsWelcome { position: absolute; left: 120; top: 160; color: white;
ssssssssssssssssssssfont-size: 32pt; font-weight: bold;ss}
ss</STYLE>
</HEAD>
<BODY LEFTMARGIN=5 TOPMARGIN=5>
ss<OBJECT ID="Seq" CLASSID="CLSID:B0A6BAE2-AAF0-11d0-A152-00A0C908DB96" STYLE="TOP:0;LEFT:0;WIDTH:0;HEIGHT:0; ">ss
ss</OBJECT>
ss<OBJECT id=SG4 STYLE="POSITION:ABSOLUTE; HEIGHT: 600; LEFT: 0; TOP: 0; WIDTH: 600; ZINDEX: 0; "ss
ssssCLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">ssss
ssss<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
ssss<PARAM NAME="Line0002" VALUE="SetFillColor(0, 255, 255)">
ssss<PARAM NAME="Line0003" VALUE="SetFillStyle(1)">
ssss<PARAM NAME="Line0004" VALUE="SetFont('Arial', 30, 900, 0, 0, 0)">
ssss<PARAM NAME="Line0005" VALUE="Text('The DHTML Channel', -150, 0)">
ss</OBJECT>
ss<OBJECT id=SG3 STYLE="POSITION:ABSOLUTE; HEIGHT: 600; LEFT: 0; TOP: 0; WIDTH: 600; ZINDEX: 1;"ss
ss CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">
ssss<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
ssss<PARAM NAME="Line0002" VALUE="SetFillColor(0, 0, 255)">
ssss<PARAM NAME="Line0003" VALUE="SetFillStyle(1)">
ssss<PARAM NAME="Line0004" VALUE="SetFont('Arial', 30, 350, 0, 0, 0)">
ssss<PARAM NAME="Line0005" VALUE="Text('The DHTML Channel', -150, 0)">
ss</OBJECT>
ss<OBJECT id=SG2 STYLE="POSITION:ABSOLUTE; HEIGHT: 600; LEFT: 0; TOP: 0; WIDTH: 600; ZINDEX: 1"ss
ss CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">
ssss<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">
ssss<PARAM NAME="Line0002" VALUE="SetFillColor(255, 0, 0)">
ssss<PARAM NAME="Line0003" VALUE="SetFillStyle(1)">
ssss<PARAM NAME="Line0004" VALUE="SetFont('Arial', 30, 350, 0, 0, 0)">
ssss<PARAM NAME="Line0005" VALUE="Text('The DHTML Channel', -150, 0)">
ss</OBJECT>
<SPAN CLASS="clsWelcome" id="idWelcome">Welcome to...</SPAN>
</BODY>
</HTML>