Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/11/2010, 14:21
mikevm
 
Fecha de Ingreso: septiembre-2010
Mensajes: 9
Antigüedad: 13 años, 8 meses
Puntos: 0
Ayuda con ArrayCollection

tengo esto

<s:ArrayCollection id="collection">
<fx:String>photos/photo_1.png</fx:String>
<fx:String>photos/photo_2.png</fx:String>
<fx:String>photos/photo_3.png</fx:String>
<fx:String>photos/photo_4.png</fx:String>
<fx:String>photos/photo_5.png</fx:String>
<fx:String>photos/photo_6.png</fx:String>
<fx:String>photos/photo_7.png</fx:String>
<fx:String>photos/photo_8.png</fx:String>
</s:ArrayCollection>

y lo que quiero es que al hacer click en una imagen, se vaya a un menu, como seria?¿