Jump to content


Photo

Abrir Janela Centralizada!


  • Faça o login para participar
4 replies to this topic

#1 IFTEL

IFTEL

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Não informado
  • Localidade:Itu, SP, Brasil
  • Interesses:Web design... jogos, etc... tudo de pc!

Posted 23/01/2004, 20:25

com o action script, como posso fazer a ação de um botao para abrir uma janela com tamanho predeterminado e tambem ela ser centralizada???
Web Designer
:::-FLASH-:::
:::-FIREWORKS-:::
:::-DREAMWEAVER-:::
:::-UNLEAD COOL 3D-:::
:::-PHOTOSHOP-:::
:::-COREL DRAWN-:::

#'_'#TeChNo FoRtÍsSiMo#'_'#

#2 Thiago do Val

Thiago do Val

    Novato no fórum

  • Usuários
  • 5 posts
  • Sexo:Não informado

Posted 23/01/2004, 21:30

Cara na tua pagina de internet tu colcoa esse codigo

<script language="JavaScript">

function abrir(URL) {

  var width = 350;
  var height = 350;

  var left = 99;
  var top = 99;

  window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');

}

</script>



(y) E no menu la no flash tu coloca esse java script:abrir('index2.htm'); (y)


Vlwww aiiii :D
"Não preciso fazer a cabeça, eu ja nasci com ela."
PROIBIDO IMAGENS NA ASSINATURA

#3 skuns

skuns

    Novato no fórum

  • Usuários
  • 21 posts
  • Sexo:Não informado

Posted 24/01/2004, 13:14

tudo no flash com prototype:
MovieClip.prototype.centerPopup = function(theUrl, title, w, h, features) { 
  var sysW = System.capabilities.screenResolutionX;
  var sysH = System.capabilities.screenResolutionY;
  var centerx = Math.round((sysW/2)-(w/2));
  var centery = Math.round((sysH/2)-(h/2));
  getURL("javascript:void(window.open('"+theUrl+"','"+title+"','width="+w+", height="+h+", left="+centerx+", top="+centery+",screenX="+centerx+", screenY="+centery+","+features+"'));"); 
}; 
// ------------------------- 
// utilisaçao do prototype : 
// ------------------------- 
botao.onRelease = function() {
  centerPopup("http://www.google.com", "Page", 500, 600, "menubar=no"); 
};


#4 IFTEL

IFTEL

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Não informado
  • Localidade:Itu, SP, Brasil
  • Interesses:Web design... jogos, etc... tudo de pc!

Posted 24/01/2004, 18:19

VALEW GALERINHA...!!! (y)
Web Designer
:::-FLASH-:::
:::-FIREWORKS-:::
:::-DREAMWEAVER-:::
:::-UNLEAD COOL 3D-:::
:::-PHOTOSHOP-:::
:::-COREL DRAWN-:::

#'_'#TeChNo FoRtÍsSiMo#'_'#

#5 IFTEL

IFTEL

    Novato no fórum

  • Usuários
  • 10 posts
  • Sexo:Não informado
  • Localidade:Itu, SP, Brasil
  • Interesses:Web design... jogos, etc... tudo de pc!

Posted 25/01/2004, 20:14

tem um problema naum funciono... o segundo passado ae... pq o primero nem eh do jeito k tow kerendo mais o otro naum funciono kara...
Web Designer
:::-FLASH-:::
:::-FIREWORKS-:::
:::-DREAMWEAVER-:::
:::-UNLEAD COOL 3D-:::
:::-PHOTOSHOP-:::
:::-COREL DRAWN-:::

#'_'#TeChNo FoRtÍsSiMo#'_'#




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq