I'm trying to get the data out of a clicked image:
I'm working with the adobe flickr classes.

<mx:Tile>
     <mx:Repeater id="rp" dataProvider="{ photos }">
            <mx:Button click=" dump.text = 'url is: ' +event.target.getRepeaterItem().url"/>
    </mx:Repeater>
</mx:Tile>


All I get is "[object Photo]" for the event.target.getRepeaterItem () part.
event.target.getRepeaterItem().url returns "null"

Can anyone shed some light in my darkness ? 

Thanks ! 
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to