[Javascript] flash v dhtml

rhh ric_hod at terra.com.br
Fri Jun 29 20:01:39 CDT 2001


Hei people,

How can I make the logo disappear after some time?
Ric

<body background="apsysym.gif">
<script language="Jscript" for="Seq" event="oninit">
    Seq.item("ActionSet1").At(0.000, "RotateAll()",730, .0050);
    Seq.item("ActionSet1").Play();
</script>
<script language="JScript">
function RotateAll() {
 sgMSDHTML.Rotate(1.2, -1.2, -1.2);
 sgMSDHTML.scale(1.005,1.005,1.005);
}
</script>
<object id="Seq"
 classid="CLSID:B0A6BAE2-AAF0-11d0-A152-00A0C908DB96"
 align="baseline" border="0" width="0" height="0">
</object>
<object
id="sgMSDHTML"
 classid="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6"
 align="baseline" border="0" width="14" height="14"
 style="Position:Absolute; HEIGHT:400px; WIDTH:700px; Top:15%;  3 blue;
Left:2%;background-file="apsysym.gif">
<param name="Line0001" value="SetLineColor(255,255,255)">
<param name="Line0003" value="SetFillSTYLE(1)">
<param name="Line0004" value="SetLineSTYLE(0)">
<param name="Line0002" value="SetFillColor(200,000,255)">
<param name="Line0005" value="SetFont('haettenschweiler',140,850)">
<param name="Line0006" value="Text('Hodara', -120, 0, 0)">
<param name="Line0007" value="Text('2001', -45, 115, 0)">
</object>
</body>





More information about the Javascript mailing list