| |||
Vinculos En Swish Hola Amigos, Estoy Trabajando En Swish, Pero Quiero Hacerle Un Viculo A Otra Pagina, Quiero Decir Que He Creado Una Aplicacion Y De Ahi Le Hago Un Enlace A Otra Pagina De Web, Pero Todo Funciona Bien, El Problema Esta Cuando La Pongo En Un Servidor, Todo Aparentemente Funciona Bien, Pero No Es Asi Porque El Enlace No Funciona, Como Que No Llama A Ningun Enlace, No Se Que Pasa, A Ve Quien Me Puede Ayudar Por Favor. Gracias |
| |||
Con getURL: onSelfEvent (release) { getURL("http://www.forosdelweb.com","_blank"); } Con javascript: onSelfEvent (release) { javascript("miventana=window.open('http://www.forosdelweb.com','forosdelweb','width=600,heig ht=6 00,resizable=no,scrollbars=no,toolbar=no,top='+((s creen.availHeight/2)-(600/2))+',left='+((screen.availWidth/2)-(600/2))+''); miventana.focus() ;void(0);"); } Aunque con las versiones del flash player más recientes puede ser que muestre un mensaje de seguridad. http://www.macromedia.com/support/do...anager04a.html |