i'm having trouble solving this problem. trying to change a property of tilelist(id=tl_pictures) item, which is in main.mxml, that has a itemrenderer from a different mxml file (thumbnail_pictures.mxml).
<mx:SetProperty target="{___}" name="___" value="___"/>
how do i change the image(id=img) width property in the
thumbnail_pictures.mxml?
