Jump to content
Fórum Script Brasil
  • 0

Zom em jogo flash


RCabral

Question

Boa tarde,

peguei esta parte de script para zoom em jogos flash no site "http://www.okjogos.com.br" e gostaria de modifica-lo para ser aplicado em meu site, alguém sabe como me ajudar?

Se alguém sabe por favor me ajude, estou na espera!

function zoomFct(valor2){

if(ConsCookie(idJogoG)==true && valor2 == undefined){

var valor = 2;

document.getElementById("zoom").innerHTML = "<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='395'> <tr> <td width='65'>&nbsp;</td> <td width='33' align='center'> <a onclick='aumentar()' href='#' style='color: #0000cc'> <img src='http://www.okjogos.com.br/opensocial/aumentar.PNG' border='0' width='18' height='18'></a></td> <td width='55' align='center' bgcolor='#FF0000'><b> <font face='Arial' color='#FFFFFF'>TELA</font></b></td> <td width='32' align='center'> <a onclick='diminuir()' href='#' style='color: #0000cc'> <img src='http://www.okjogos.com.br/opensocial/diminuir.PNG' border='0' width='18' height='18'></a></td> </tr></table>";

} else {

if(valor2=="2"){

var valor = 2;

document.getElementById("zoom").innerHTML = "<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='395'> <tr> <td width='53'> <p align='center'><a onClick='addFavorito("+idJogoG+","+valor+")' href='#' style='color: #0000cc'> <img src='http://www.okjogos.com.br/opensocial/favorito.PNG' border='0' width='53' height='27'></a></td> <td width='150' bgcolor='#FF0000'> <p align='center'><font face='Arial'> <a onClick='addFavorito("+idJogoG+","+valor+")' href='#' style='color: #FFFFFF; font-weight: 700; textdecoration:none'>Remover Favorito</a></font></td> <td width='65'>&nbsp;</td> <td width='33' align='center'> <a onclick='aumentar()' href='#' style='color: #0000cc'> <img src='http://www.okjogos.com.br/opensocial/aumentar.PNG' border='0' width='18' height='18'></a></td> <td width='55' align='center' bgcolor='#FF0000'><b> <font face='Arial' color='#FFFFFF'>TELA</font></b></td> <td width='32' align='center'> <a onclick='diminuir()' href='#' style='color: #0000cc'> <img src='http://www.okjogos.com.br/opensocial/diminuir.PNG' border='0' width='18' height='18'></a></td> </tr></table>";

} else {

var valor = 1;

document.getElementById("zoom").innerHTML = "<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='395'> <tr> <td width='53'> <p align='center'><a onClick='addFavorito("+idJogoG+","+valor+")' href='#' style='color: #0000cc'> <img src='http://www.okjogos.com.br/opensocial/favorito.PNG' border='0' width='53' height='27'></a></td> <td width='150' bgcolor='#FF0000'> <p align='center'><font face='Arial'> <a onClick='addFavorito("+idJogoG+","+valor+")' href='#' style='color: #FFFFFF; font-weight: 700; textdecoration:none'>Adicionar Favorito</a></font></td> <td width='65'>&nbsp;</td> <td width='33' align='center'> <a onclick='aumentar()' href='#' style='color: #0000cc'> <img src='http://www.okjogos.com.br/opensocial/aumentar.PNG' border='0' width='18' height='18'></a></td> <td width='55' align='center' bgcolor='#FF0000'><b> <font face='Arial' color='#FFFFFF'>TELA</font></b></td> <td width='32' align='center'> <a onclick='diminuir()' href='#' style='color: #0000cc'> <img src='http://www.okjogos.com.br/opensocial/diminuir.PNG' border='0' width='18' height='18'></a></td> </tr></table>";

}

}

}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...