Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/12/2004, 17:50
Ranjung
 
Fecha de Ingreso: noviembre-2004
Mensajes: 4
Antigüedad: 19 años, 4 meses
Puntos: 0
bandit este es el menu desplegable

hierarchical dinamic menu by FALCAO
Added: 2002-11-19 Rating: 7.87
you personalize easy titles fields and link of this simple hierarchical menu
more by: FALCAO

esto lo saque de flashkit

el problemita que tiene es que no puedes config los target de los link a las paginas, ve el este codigo del action script

//
// Copyright© 2002 FALCAO.
// [email protected]
//
// Please contact me if you use this menù, i will add a link to
// U on my website in future!
//
// ist's all that i want...
//
// CUSTOMIZE THIS PAGE ONLY and HAVE FUN!!!!!
//
// LABEL OF SECTION
titoli = new Array();
titoli[0] = "GESTALT";
titoli[1] = "CONSTELACIONES";
titoli[2] = "CONSULTA";
titoli[3] = "TALLERES";
titoli[4] = "RAYLE";
titoli[5] = "ARTICULOS";
titoli[6] = "GALERIA DE FOTOS";
titoli[7] = "LINKS";
// NUMBER OF FIELDS FOR EACH SECTION
// (for the number of declared fields of this array depend the number of section:
// example n[0] ... n[34] --> 35 section in menù)
//
n = new Array();
n[0] = 3;
n[1] = 5;
n[2] = 2;
n[3] = 1;
n[4] = 2;
n[5] = 2;
n[6] = 1;
n[7] = 3;

// LABEL OF FIELDS
fields = new Array();
fields[0] = "¿Qué es Gestalt?";
fields[1] = "Fritz Perl";
fields[2] = "Fundamentos";
fields[3] = "¿Qué son?";
fields[4] = "¿De donde viene?";
fields[5] = "¿Qué se hace?";
fields[6] = "Dudas Frecuentes";
fields[7] = "Para que Sirven";
fields[8] = "¿Que hago?";
fields[9] = "¿Como lo hago?";
fields[10] = "Constelaciones";
fields[11] = "¿Dirigido a quien?";
fields[12] = "Beneficios";
fields[13] = "El Intercambio";
fields[14] = "Ciclo de Relaciones";
fields[15] = "Mi Familia";
fields[16] = "FritzGestalt";
fields[17] = "Instituto Hellinger Venezuela";
fields[18] = "Geinco";
// LINKS FOR EACH FIELD
links = new Array();
links[0] = "http://www.delocotidiano.com/gestalt.htm";
links[1] = "http://www.delocotidiano.com/perls.htm";
links[2] = "http://www.delocotidiano.com/fundamentos.htm";
links[3] = "http://www.delocotidiano.com/const_que.htm";
links[4] = "http://www.delocotidiano.com/const_donde.htm";
links[5] = "http://www.delocotidiano.com/const_hace.htm";
links[6] = "http://www.delocotidiano.com/const_dudas.htm";
links[7] = "http://www.delocotidiano.com/const_sirve.htm";
links[8] = "http://www.delocotidiano.com/consu_que.htm";
links[9] = "http://www.delocotidiano.com/consu_como.htm";
links[10] = "http://www.delocotidiano.com/talleres.htm";
links[11] = "http://www.delocotidiano.com/rayle.htm";
links[12] = "http://www.delocotidiano.com/rayle.htm";
links[13] = "http://www.delocotidiano.com/art_inter.htm";
links[14] = "http://www.delocotidiano.com/art_ciclo.htm";
links[15] = "http://www.delocotidiano.com/galefam.htm";
links[16] = "http://www.fritzgestalt.com";
links[17] = "http://www.hellinger-ve.com";
links[18] = "http://www.geinco.com";

no hay manera que estos link le configures los targets... si se puede entonces este ejemplito sirve para muchas cosas porque es facil de configurar, seria puro copy and paste, y funciona sin tanto cambio....

dime que le falta para que el target funcione ?