Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/03/2003, 12:38
oscar pereyra
 
Fecha de Ingreso: enero-2003
Ubicación: rosario-provincia santa fe
Mensajes: 69
Antigüedad: 21 años, 3 meses
Puntos: 0
De acuerdo Por favor como se puede hacer

Hola amigos:

Quiero hacer un efecto agua debajo de una foto, este es el código fuente que me ha quedado, resulta que me informaron que debía que hacerlo desde flash y realmente no lo sé.
Por favor me podrían ayudar bastante explicitamente porque de verdad estoy en un encierro. Muchas gracias.Saludos
Este es el codigo fuente que me había quedado en flash5:

<HTML>
<HEAD>
<TITLE>Película1</TITLE>
</HEAD>
<body bgcolor="#000000" text="#00ff00">
<div id="marca" style="position:absolute; visibility:show; left:315.9px; top:302.5px; z-index:2">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="27" align="center">
<tr>
<td><img id="reflect" src="brenda1.jpg" width="220" height="142">
<script language="JavaScript1.2">

function f1(){
setInterval("mdiv.filters.wave.phase+=10",100);
}

if (document.all){
document.write('<img id=mdiv src="'+document.all.reflect.src+'" style=" filter:wave(strength=3,freq=3,phase=0,lightstrengt h=30) blur() flipv()">')
window.onload=f1
}

</script>
</td>
</tr>
</table>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=550 HEIGHT=400>
<PARAM NAME=movie VALUE="Película1.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="Película1.swf" quality=high bgcolor=#000000 WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
__________________
oscar pereyra