Ir para conteúdo
Fórum Script Brasil

ronweb

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Sobre ronweb

Contatos

  • Website URL
    http://www.ronstclair.com
  • ICQ
    0

Perfil

  • Location
    Bruxelas

ronweb's Achievements

0

Reputação

  1. Olá!, Já passei horas e mais horas tentando resolver um problemão entre Flash (As2) e a Greybox. A "iframe" (uma webcam) chamada por um botão flash apaga totalmente o movieclip (wmode = transparent), exemplo : http://www.ronstclair.com/btgb.html Mas tudo funciona 100% quando a "iframe" é chamada por uma imagem/botão, exemplo : http://www.ronstclair.com/btgbimg.html Onde errei !??? , obrigadão pelo help e abraços. Ron Ps : Tambem tenho o mesmo problema com a Shadowbox, vejam : http://www.ronstclair.com/shbox.html As2 do botão : on (release) { getURL("java script:openBox('http://www.bruxelles.be/webcamgrandplace/webcamproxy2.swf')", "_self"); } ------------------------------------------------------------------------------------------------------------------------- HTML : <!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=utf-8" /> <title>Greybox - Swf</title> <link rel="shortcut icon" href="http://www.ronstclair.com/dardar.ico" type="image/x-icon" /> &lt;script type="text/javascript" src="swfobject.js"> </script> <style type="text/css"> /*<![CDATA[*/ body { background-color:#FF6600; } --> /*]]>*/ </style> <style type="text/css"> /*<![CDATA[*/ <!-- #btgb{ position:absolute; left: 50%; top: 50%; margin-top:-240px; margin-left:-320px; } --> /*]]>*/ </style> <!-- GREYBOX = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> &lt;script type="text/javascript"> var GB_ROOT_DIR = "http://www.ronstclair.com/gb/"; </script> &lt;script type="text/javascript" src="gb/AJS.js"></script> &lt;script type="text/javascript" src="gb/AJS_fx.js"></script> &lt;script type="text/javascript" src="gb/gb_scripts.js"></script> <link href="gb/gb_styles.css" rel="stylesheet" type="text/css" media="all" /> &lt;script type="text/javascript"> function openBox() { GB_showCenter('DarDar','http://www.bruxelles.be/webcamgrandplace/webcamproxy2.swf',286,382); } </script> </head> <body> <!-- FLASH = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> <div> <object id="btgb" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="480"> <param name="movie" value="btgb.swf" /> <param name="quality" value="best" /> <param name="wmode" value="transparent" /> <param name="allowscriptaccess" value="always" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="btgb.swf" width="640" height="480"> <param name="quality" value="best" /> <param name="wmode" value="transparent" /> <param name="allowscriptaccess" value="always" /> <!--<![endif]--> <div> <h1>Alternative content</h1> <p><a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> </a> </p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> </body> </html>
×
×
  • Criar Novo...