Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

TibaHilpert

Iframe por cima de Flash

Recommended Posts

Galera tenho um index com esta programação:

 

<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Ana Belle Pizzaria</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
min-height: 748px;
min-width: 1024px;

}
-->
</style></head>
<body bgcolor="#27090C">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<div>
 <div wmode="transparent" style="position:fixed; right:10px; top:60px; valign="top" style="z-index:1">
 <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FAnaBellePizzas&width=200&colorscheme=light&show_faces=true&stream=false&header=true&height=262" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:262px;" allowTransparency="true"></iframe>
 </div>
   <div style="z-index:0" align="center" valign="top" width="100%" border="0"><script language="javascript">
if (AC_FL_RunContent == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width','100%','height','768px','id','index','align','top','src','index','quality','high','scale','noscale','bgcolor','#27090C','name','index','allowscriptaccess','sameDomain','allowfullscreen','true','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','index' ); //end AC code
}
   </script>
     <noscript>
     <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="1000px" height="768px" id="index" align="top">
       <param name="allowScriptAccess" value="sameDomain" />
       <param name="allowFullScreen" value="true" />
       <param name="movie" value="index.swf" />
       <param name="quality" value="high" />
       <param name="scale" value="noborder" />
       <param name="bgcolor" value="#27090C" />
       <embed wmode="transparent" src="index.swf" quality="high" scale="noborder" bgcolor="#27090C" width="100%" height="768px" name="index" align="top" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />      
</object>
   </noscript></div>
<!-- <iframe style="margin-left:210px; margin-bottom:20px; position:absolute" src="http://www.facebook.com/plugins/like.php?href=http://www.facebook.com/AnaBellePizzas&;layout=standard&2.show_faces=false&width=380&action=like&colorscheme=dark&height=25&locale=pt_BR" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:25px;" allowtransparency="true"></iframe>-->
</body>
</html>

 

O site é em flash e o embed vcs conseguem ver perfeitamente!!!

 

O que acontece é o seguinte, como vcs podem ver tenho um iframe com o likebox do facebook, no safari, mozila, e todos os outros navegadores tudo funciona de maneira linda, o iframe aparece no cantinho por cima do flash, porém, para variar, isto não ocorre no internet explorer!!!! Queria saber que catzo eu tenho que fazer para funcionar no IE, detalhe o iframe tem que ficar fixo no canto direito com uma margenzinha por cima!!!

 

Valeu galera no aguardo

Compartilhar este post


Link para o post
Compartilhar em outros sites

Cara... você tem 2 styles na mesma DIV com o iFrame dentro.

<div wmode="transparent" style="position:fixed; right:10px; top:60px; valign="top" style="z-index:1">

 

Nao EXISTE WMODE pra DIV, e nem VALIGN no CSS. E as aspas estao erradas tbm. O certo da Div acima seria isso:

 

<div style="position:fixed; right:10px; top:60px; vertical-align:top;z-index:9999">

Tente isso acima.

 

ou

 

Tente desta forma:

<div style="float:right;margin-top:60px; margin-right:10px;">

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.