Ir para conteúdo

Arquivado

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

Dieguinhu Web

Caixa Flutuante

Recommended Posts

Gente to com um problema eu adptei uma caixa flutuante em um site

 

 

 

http://penaestradachevrolet.com.br/testenovo1

 

 

 

quando clica em algum link a caixa flutuante permanece por cima do swf carregado alguem sabe como posso resolver esse problema....

 

o action da caixa é esse

 

menuTips = new Array("<b>Downloads</b><br>Faça downloads e turbine sua máquina.", "<b>Roteiros</b><br>Faça seu roteiro pelo Brasil", "<b>Check-up Grátis</b><br>Faça inscrição para um check-up.", "<b>Fale Conosco</b><br>Preencha o formulário ","<b>Guia de Fidelidades</b><br>Baixe o PDF do guia de fidelidade");menuIcones = new Array(gp_home, gp_curriculo, gp_portifolio, gp_contato,gp_guia);var i = 0;while (i < menuIcones.length){	menuIcones[i].tips = menuTips[i];	menuIcones[i].onRollOver = function ()	{		_root.myToolTip.show(this.tips, 2000);		this.tween(["_xscale", "_yscale", "_y"], [165, 165, 10], 1, "easeOutQuint");	};	menuIcones[i].onPress = function ()	{		_root.myToolTip.hide();	 };	menuIcones[i].onRollOut = function ()	{		_root.myToolTip.hide();		this.tween(["_xscale", "_yscale", "_y"], [100, 100, 10], 1, "easeOutQuint");		this.ico.frameTo(1, 1, "easeOutQuint", 0, function ()		{			menuIcones[i].ico.stop();		});		this.efeito.ico.frameTo(1, 1, "easeOutQuint", 0, function ()		{			menuIcones[i].ico.stop();		});	};	menuIcones[i].onRelease = function ()	{		this.enabled = false;		menu(this);	};	++i;} // end whilegp_home.onRelease = function (){ _root.vazio.gotoAndStop("downloads"); };gp_curriculo.onRelease = function (){  _root.vazio.gotoAndStop("guia");};gp_portifolio.onRelease = function (){ _root.vazio.gotoAndStop("checkup");	};gp_contato.onRelease = function (){  _root.vazio.gotoAndStop("roteiros");};gp_guia.onRelease = function (){	_root.vazio.gotoAndStop("faleconosco");};current.enabled = false;stop ();

Compartilhar este post


Link para o post
Compartilhar em outros sites

Gente é meio urgente preciso desabilitar essa caixa quando entrear outro SWFto fazendo um loadMovie na funtion do movie clip pra carregar o outro SWf quando ele carrega a caixa fica habilitada dificultando a visualização

Compartilhar este post


Link para o post
Compartilhar em outros sites

fui dar uma olhada no endereço que tu mandoumas nao consegui simular o errotem como descrever melhor para poder te ajudar?

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.