Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/05/2006, 03:06
Avatar de sheshu
sheshu
 
Fecha de Ingreso: abril-2006
Ubicación: En too el medio
Mensajes: 160
Antigüedad: 18 años
Puntos: 0
hola, puedes hacerlo desde Flash integramente,
//defines la función
Código:
function addFavoritos():Void {	getURL("javascript:window.external.AddFavorite('http://www.tuweb.com', 'Título tu web')");
}
y luego en el botón
Código:
if (System.capabilities.playerType == "ActiveX") { // si el navegador es IE
addFavoritos();
}
saludos,
__________________
sheshu ::: www.tutoriales-flash.com