publicidad.mxml
<?xml version="1.0" encoding="utf-8"?>
<lib:TileList xmlns:lib="http://www.adobe.com/2006/mxml" xmlns:mx="http://www.adobe.com/2006/mxml"
width="155" height="494" columnCount="1">
<lib:itemRenderer>
<mx:Component>
<mx:Canvas width="115" height="115">
<mx:Image width="130" height="112" x="0" y="2" source="{data.txt_picture}" toolTip="{data.txt_name}"/>
</mx:Canvas>
</mx:Component>
</lib:itemRenderer>
</lib:TileList>
como desde aplicacion.mxml por medio de una funcion puedo acceder a los items que tiene el TileList en publicidad.mxml ?
Gracias
