Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/04/2006, 08:36
Avatar de jair20x
jair20x
 
Fecha de Ingreso: noviembre-2005
Ubicación: Madrid - España
Mensajes: 532
Antigüedad: 18 años, 5 meses
Puntos: 1
Cita:
Iniciado por luistar
en el HTML
HOla gracias por la ayuda que me estas brindando
he hecho esto pero no me funciona

- en el html :
Cita:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
function mensaje(){
for (I=1; I<=500; I++){
self.scroll(1,I)
alert("buenos dias");
}
</script>
</head>

<body>
<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="550" height="400">
<param name="movie" value="1.swf">
<param name="quality" value="high">
<embed src="1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
</body>
</html>
-en el flash:

Cita:
en un boton
on (press) {
getURL("javascript:mensaje();");
}

no me funciona :(
que estoy haciendo mal ???