Hy everyone,
I doing one array that will represent the menu, i gotr something like this:
var menu_label:Array = new Array("Quem Somos", " Serviços" ," Portfólio" , " Infos", "Contactos");
But when i run the project the special caracters dosent happear…
It shows somthing like : Quem Somos , Servios, Portflio, Infos etc…
Something is missing here i think, can u guys help me on this?
regards