
14/11/2010, 14:21
|
| | Fecha de Ingreso: septiembre-2010
Mensajes: 9
Antigüedad: 14 años, 6 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?¿ |