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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___

