ya probé y me funciona de maravillas, pero hay algo que nose como hacer porque de esa forma ya no funciona... por ejemplo yo tengo un sitio como este
www.showontv.com.ar donde es un html con varios flash, cuando pongo el código mas de una vez ya no funciona el script de bloqueo.... como tendría que aplicarlo????
lo que puse está asi pero no funciona
Código :
<html>
<head>
<title></title>
<head>
<script type="text/javascript" src="flashobject.js"></script>
</head>
<body>
<SCRIPT src="FlashObject embed by Geoff Stearns (full page) @ flashobject.js" type=text/javascript></SCRIPT>
<DIV class="plugin" id=flashcontent>Si está viendo esto es por que no tiene instalado el plugin de Flash Player. Para instalarlo hacer clic en el siguiente link: <A href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&Lang=LatinAmerica&P5_Language=Spanish" target="_blank"><strong>www.macromedia.com</strong></A></DIV>
<script type="text/javascript">
</script>
<script type="text/javascript">var fo = new FlashObject("fondo.swf", "fondo", "761", "385", "7", "#336699");
fo.addParam("quality", "hi");
fo.addParam("wmode", "transparent");
fo.addParam("salign", "t");
fo.write("flashcontent");
</script>
<SCRIPT src="FlashObject embed by Geoff Stearns (full page) @ flashobject.js" type=text/javascript></SCRIPT>
<DIV class="plugin" id=flashcontent>Si está viendo esto es por que no tiene instalado el plugin de Flash Player. Para instalarlo hacer clic en el siguiente link: <A href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&Lang=LatinAmerica&P5_Language=Spanish" target="_blank"><strong>www.macromedia.com</strong></A></DIV>
<script type="text/javascript">
</script>
<script type="text/javascript">var fo = new FlashObject("coco.swf", "coco", "761", "385", "7", "#336699");
fo.addParam("quality", "hi");
fo.addParam("wmode", "transparent");
fo.addParam("salign", "t");
fo.write("flashcontent");
</script>
</body>
</html>Saludos y gracias[/code]