amigos,
tengo un pagina html con el siguiente codigo:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>principal</title>
</head>
<body>
<object type="application/x-shockwave-flash" data="C:\Software\...\....\...\archivo.swf" width="600" height="300" >
<param name="movie" value="C:\Software\...\....\...\archivo.swf";/>
</object>
</body>
</html>
el cual llama a un archivo flah, hasta aqui todo bien.
el problemas es que el flash se repite y no para cuando termina...
que es lo que puedo hacer para q el flash se pare una vez que termine...
atte
Felipe