Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/09/2006, 17:49
Avatar de DarkskullDA
DarkskullDA
 
Fecha de Ingreso: julio-2006
Mensajes: 698
Antigüedad: 17 años, 9 meses
Puntos: 13
pon unboton en tu swf y ponle este codigo al boton

on(release){if (System.capabilities.playerType == "ActiveX") {
var direccion:String = "http://Tudireccion.com";
var titulo:String = "Aca un titulo para q guarde en favoritos";
getURL("javascript:window.external.AddFavorite('"+ direccion+"', '"+titulo+"')");
} else {
getURL("javascript:alert('Pulse Ctrl+D')");
}}

listo!